Skip to content

Commit

Permalink
Merge pull request #74 from sgerrand/patch-1
Browse files Browse the repository at this point in the history
CI: Add new Elixir and Erlang/OTP versions
  • Loading branch information
peburrows committed Jul 14, 2020
2 parents 7836f64 + a1853f6 commit 7eb2068
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,32 @@ elixir:
- 1.6
- 1.7
- 1.8
- 1.9
- 1.10
otp_release:
- 19.0
- 20.0
- 21.0
- 22.0
matrix:
exclude:
- elixir: 1.4
otp_release: 21.0
- elixir: 1.4
otp_release: 22.0
- elixir: 1.5
otp_release: 21.0
- elixir: 1.5
otp_release: 22.0
- elixir: 1.6
otp_release: 21.0
- elixir: 1.6
otp_release: 22.0
- elixir: 1.8
otp_release: 19.0
- elixir: 1.9
otp_release: 19.0
- elixir: 1.10
otp_release: 19.0
- elixir: 1.10
otp_release: 20.0

0 comments on commit 7eb2068

Please sign in to comment.