Skip to content

Commit

Permalink
test: exclude elixir 1.10 with otp 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathia Haure-Touze committed Mar 3, 2021
1 parent e900713 commit 17b9c5b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ otp_release:
- 22.3
- 23.0

jobs:
exclude:
- elixir: 1.10.0
otp_release: 23.0
- elixir: 1.10.1
otp_release: 23.0
- elixir: 1.10.2
otp_release: 23.0

env:
- MIX_ENV=test

Expand Down

0 comments on commit 17b9c5b

Please sign in to comment.