Add Elixir 1.7 to TravisCI
This commit is contained in:
parent
a51e518c26
commit
b2ca750f99
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ matrix:
|
|||
elixir: 1.6
|
||||
- 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
|
||||
after_script:
|
||||
- MIX_ENV=docs mix deps.get
|
||||
|
|
Loading…
Reference in a new issue