Skip to content

Commit

Permalink
Expand build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Dec 29, 2018
1 parent 8f16db1 commit 7418ce4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
language: elixir

elixir:
- 1.7
- 1.6
- 1.5
- 1.4

otp_release:
- 20.1
- 19.3
- 18.3
- 19.3
- 20.3
- 21.1

matrix:
exclude:
- elixir: 1.5
otp_release: 21.1
- elixir: 1.6
otp_release: 18.3

Expand All @@ -27,4 +30,4 @@ sudo: false
script:
- mix test
- mix credo
- if [[ `elixir -v` = *"1.6"* ]]; then mix format --check-formatted; fi
- if ! [[ `elixir -v` = *"1.5"* ]]; then mix format --check-formatted; fi

0 comments on commit 7418ce4

Please sign in to comment.