Skip to content

Commit

Permalink
Add Elixir 1.7 to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Sep 17, 2018
1 parent 8bb4d3e commit 66169dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -3,8 +3,14 @@ matrix:
include:
- otp_release: 19.3
elixir: 1.6
- otp_release: 20.0
- otp_release: 21.0
elixir: 1.6
- otp_release: 19.3
elixir: 1.7
- otp_release: 20.0
elixir: 1.7
- otp_release: 21.0
elixir: 1.7
sudo: false
script:
- MIX_ENV=test mix coveralls.travis

0 comments on commit 66169dc

Please sign in to comment.