Only test combinations of Elixir and OTP that work with Travis

This commit is contained in:
Marcel Otto 2017-08-09 23:47:00 +02:00
parent d5ac0e6a23
commit bc3d154399

View file

@ -1,13 +1,16 @@
language: elixir language: elixir
elixir: matrix:
- 1.5.1 include:
- 1.5.0 - otp_release: 18.3
- 1.4.5 elixir: 1.4
- 1.4.0 - otp_release: 19.3
otp_release: elixir: 1.4
- 20.0 - otp_release: 20.0
- 19.3 elixir: 1.4
- 18.3 - otp_release: 19.3
elixir: 1.5
- otp_release: 20.0
elixir: 1.5
sudo: false sudo: false
after_script: after_script:
- MIX_ENV=docs mix deps.get - MIX_ENV=docs mix deps.get