Skip to content

Commit

Permalink
Exclude unsupported elixir<->otp configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Jun 23, 2018
1 parent 0121de6 commit 5bfd8a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ otp_release:
- 20.3
- 21.0

matrix:
exclude:
- elixir: 1.4.5
otp_release: 21.0
- elixir: 1.5.3
otp_release: 21.0

before_script:
- MIX_ENV=test mix compile --warnings-as-errors
- travis_wait mix dialyzer --plt
Expand Down

0 comments on commit 5bfd8a3

Please sign in to comment.