Add Elixir 1.6 to TravisCI
This commit is contained in:
parent
9b33aa0a9f
commit
a5a4284ea3
1 changed files with 4 additions and 2 deletions
|
@ -7,10 +7,12 @@ matrix:
|
|||
elixir: 1.4
|
||||
- otp_release: 20.0
|
||||
elixir: 1.4
|
||||
- otp_release: 19.3
|
||||
elixir: 1.5
|
||||
- otp_release: 20.0
|
||||
elixir: 1.5
|
||||
- otp_release: 19.3
|
||||
elixir: 1.6
|
||||
- otp_release: 20.0
|
||||
elixir: 1.6
|
||||
sudo: false
|
||||
after_script:
|
||||
- MIX_ENV=docs mix deps.get
|
||||
|
|
Loading…
Reference in a new issue