Skip to content

Commit

Permalink
Update travis to include elixir 1.9 and otp 22 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaturan committed Aug 11, 2019
1 parent eb0b695 commit 6dc28a4
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 @@ -4,6 +4,7 @@ elixir:
- 1.6
- 1.7
- 1.8
- 1.9
otp_release:
- 20.0
matrix:
Expand All @@ -12,6 +13,12 @@ matrix:
otp_release: 21.0
- elixir: 1.8
otp_release: 21.0
- elixir: 1.8
otp_release: 22.0
- elixir: 1.9
otp_release: 21.0
- elixir: 1.9
otp_release: 22.0
env:
- MIX_ENV=test
script:
Expand Down

0 comments on commit 6dc28a4

Please sign in to comment.