Only test combinations of Elixir and OTP that work with Travis
This commit is contained in:
parent
d5ac0e6a23
commit
bc3d154399
1 changed files with 12 additions and 9 deletions
21
.travis.yml
21
.travis.yml
|
@ -1,13 +1,16 @@
|
|||
language: elixir
|
||||
elixir:
|
||||
- 1.5.1
|
||||
- 1.5.0
|
||||
- 1.4.5
|
||||
- 1.4.0
|
||||
otp_release:
|
||||
- 20.0
|
||||
- 19.3
|
||||
- 18.3
|
||||
matrix:
|
||||
include:
|
||||
- otp_release: 18.3
|
||||
elixir: 1.4
|
||||
- otp_release: 19.3
|
||||
elixir: 1.4
|
||||
- otp_release: 20.0
|
||||
elixir: 1.4
|
||||
- otp_release: 19.3
|
||||
elixir: 1.5
|
||||
- otp_release: 20.0
|
||||
elixir: 1.5
|
||||
sudo: false
|
||||
after_script:
|
||||
- MIX_ENV=docs mix deps.get
|
||||
|
|
Loading…
Reference in a new issue