Skip to content

Commit

Permalink
Update .travis to also test with elixir 1.6.6 and 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash committed Mar 9, 2019
1 parent 5708dd6 commit 583109f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,9 @@ matrix:
- otp_release: 19.2
elixir: 1.5.1
- otp_release: 20.0
elixir: 1.6.0
elixir: 1.6.6
- otp_release: 20.0
elixir: 1.7.3

script:
- "MIX_ENV=test mix do deps.get, credo, coveralls.travis"

0 comments on commit 583109f

Please sign in to comment.