Skip to content

Commit

Permalink
ci: add elixir 1.7 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Jul 26, 2018
1 parent 3cda8b6 commit 2bca3cc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: elixir
elixir:
- 1.5.3
- 1.6.1
otp_release:
- 19.0
- 20.0
matrix:
include:
- elixir: 1.5.3
otp_release: 20.3.1
- elixir: 1.6.6
otp_release: 20.3.1
- elixir: 1.7.0
otp_release: 21.0.3
script:
- "MIX_ENV=test mix do deps.get, compile, coveralls.travis"

0 comments on commit 2bca3cc

Please sign in to comment.