Skip to content

Commit

Permalink
Fix build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericentin committed May 28, 2019
1 parent 60c6800 commit f12686e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@ elixir:
- 1.7.4
- 1.8.2
otp_release:
- 20.3.8.21
- 21.3.8.2
- 20.3.8.5
- 21.3.8.1
- 22.0.1
matrix:
exclude:
- elixir: 1.4.5
otp_release: 21.3.8.2
otp_release: 21.3.8.1
- elixir: 1.4.5
otp_release: 22.0.1
- elixir: 1.5.3
otp_release: 21.3.8.2
otp_release: 21.3.8.1
- elixir: 1.5.3
otp_release: 22.0.1
- elixir: 1.6.6
otp_release: 22.0.1

otp_release: 22.0.1

0 comments on commit f12686e

Please sign in to comment.