Add Elixir 1.10 to TravisCI
This commit is contained in:
parent
ef55979f31
commit
b470172483
1 changed files with 4 additions and 2 deletions
|
@ -9,10 +9,12 @@ matrix:
|
||||||
elixir: 1.8
|
elixir: 1.8
|
||||||
- otp_release: 20.0
|
- otp_release: 20.0
|
||||||
elixir: 1.9
|
elixir: 1.9
|
||||||
- otp_release: 21.0
|
|
||||||
elixir: 1.9
|
|
||||||
- otp_release: 22.0
|
- otp_release: 22.0
|
||||||
elixir: 1.9
|
elixir: 1.9
|
||||||
|
- otp_release: 21.0
|
||||||
|
elixir: 1.10
|
||||||
|
- otp_release: 22.0
|
||||||
|
elixir: 1.10
|
||||||
sudo: false
|
sudo: false
|
||||||
after_script:
|
after_script:
|
||||||
- MIX_ENV=docs mix deps.get
|
- MIX_ENV=docs mix deps.get
|
||||||
|
|
Loading…
Reference in a new issue