Skip to content

Commit

Permalink
Exclude versions which are not compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ream88 committed Mar 30, 2020
1 parent d16601e commit fe79610
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ install:
- mix compile
script:
- mix test
# matrix:
# exclude:
# - otp_release: 20.0
# elixir: 1.3.4
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
matrix:
exclude:
- otp_release: 22.0
elixir: 1.6
- otp_release: 20.0
elixir: 1.10

0 comments on commit fe79610

Please sign in to comment.