Skip to content

Commit

Permalink
Merge pull request #412 from samhamilton/travis
Browse files Browse the repository at this point in the history
Update Travis
  • Loading branch information
edgurgel authored Jun 2, 2020
2 parents ae7a8ea + 47b79a4 commit 353114b
Showing 1 changed file with 27 additions and 16 deletions.
43 changes: 27 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
sudo: false
language: elixir

elixir:
- 1.7
- 1.8
- 1.9
- 1.10
otp_release:
- 19.3
- 20.3
- 21.3
- 22.3
- 23.0
matrix:
exclude:
- elixir: 1.7
otp_release: 23.0
- elixir: 1.8
otp_release: 19.3
- elixir: 1.8
otp_release: 23.0
- elixir: 1.9
otp_release: 19.3
- elixir: 1.9
otp_release: 23.0
- elixir: 1.10
otp_release: 19.3
- elixir: 1.10
otp_release: 20.3
cache:
directories:
- _build
Expand All @@ -11,17 +36,3 @@ script:
- if [[ `elixir -v` = *"1.8"* ]]; then
travis_wait 30 mix dialyzer --halt-exit-status --format term;
fi
matrix:
include:
- elixir: 1.7
otp_release: 19.3
- elixir: 1.7
otp_release: 20.3
- elixir: 1.7
otp_release: 21.0
- elixir: 1.8
otp_release: 20.3
- elixir: 1.8
otp_release: 21.0
- elixir: 1.8
otp_release: 22.0.1

0 comments on commit 353114b

Please sign in to comment.