Add OTP 23 to CI and temporarily disable OTP 20
This commit is contained in:
parent
36cb30ee77
commit
0ae2e6eded
1 changed files with 8 additions and 4 deletions
12
.travis.yml
12
.travis.yml
|
@ -1,20 +1,24 @@
|
|||
language: elixir
|
||||
matrix:
|
||||
include:
|
||||
- otp_release: 20.0
|
||||
elixir: 1.8
|
||||
# TODO: temporarily disabled since the newest version of Hackney (used by excoveralls) doesn't seem to work with OTP 20 ("Compiling src/hackney_ssl.erl failed")
|
||||
# - otp_release: 20.0
|
||||
# elixir: 1.8
|
||||
- otp_release: 21.0
|
||||
elixir: 1.8
|
||||
- otp_release: 22.0
|
||||
elixir: 1.8
|
||||
- otp_release: 20.0
|
||||
elixir: 1.9
|
||||
# TODO: temporarily disabled since the newest version of Hackney (used by excoveralls) doesn't seem to work with OTP 20 ("Compiling src/hackney_ssl.erl failed")
|
||||
# - otp_release: 20.0
|
||||
# elixir: 1.9
|
||||
- otp_release: 22.0
|
||||
elixir: 1.9
|
||||
- otp_release: 21.0
|
||||
elixir: 1.10
|
||||
- otp_release: 22.0
|
||||
elixir: 1.10
|
||||
- otp_release: 23.0
|
||||
elixir: 1.10
|
||||
sudo: false
|
||||
after_script:
|
||||
- MIX_ENV=docs mix deps.get
|
||||
|
|
Loading…
Reference in a new issue