Remove Elixir 1.8/OTP 1.9.3 combination from Travis CI
This commit is contained in:
parent
6cee451499
commit
fc9cac7603
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ matrix:
|
|||
include:
|
||||
- otp_release: 21.0
|
||||
elixir: 1.6
|
||||
- otp_release: 19.3
|
||||
elixir: 1.7
|
||||
- otp_release: 21.0
|
||||
elixir: 1.7
|
||||
- otp_release: 19.3
|
||||
elixir: 1.8
|
||||
- otp_release: 20.0
|
||||
elixir: 1.8
|
||||
- otp_release: 21.0
|
||||
|
|
Loading…
Reference in a new issue