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
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