Add Elixir 1.9 to TravisCI
This commit is contained in:
parent
22ec671da7
commit
609bd78e4a
1 changed files with 7 additions and 5 deletions
12
.travis.yml
12
.travis.yml
|
@ -3,14 +3,16 @@ matrix:
|
|||
include:
|
||||
- otp_release: 20.0
|
||||
elixir: 1.6
|
||||
- otp_release: 21.0
|
||||
elixir: 1.6
|
||||
- otp_release: 21.0
|
||||
- otp_release: 22.0
|
||||
elixir: 1.7
|
||||
- otp_release: 22.0
|
||||
elixir: 1.8
|
||||
- otp_release: 20.0
|
||||
elixir: 1.8
|
||||
elixir: 1.9
|
||||
- otp_release: 21.0
|
||||
elixir: 1.8
|
||||
elixir: 1.9
|
||||
- otp_release: 22.0
|
||||
elixir: 1.9
|
||||
sudo: false
|
||||
after_script:
|
||||
- MIX_ENV=docs mix deps.get
|
||||
|
|
Loading…
Reference in a new issue