Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Try Erlang/OTP 20.1 

* older version of rebar3 without the problem with pre-hooks?
  See erlang/rebar3#1804
  • Loading branch information
pmenhart authored Jun 8, 2018
1 parent 8b8a847 commit 078abf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ elixir:
otp_release:
- 18.3
- 19.3
- 20.1
- 20.3
matrix:
exclude:
- elixir: 1.3.4
otp_release: 20.1
- elixir: 1.3.4
otp_release: 20.3
- elixir: 1.4.5
otp_release: 20.1
- elixir: 1.4.5
otp_release: 20.3
- elixir: 1.6.5
Expand Down

0 comments on commit 078abf2

Please sign in to comment.