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 c813dc6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
language: elixir

elixir:
- 1.7
- 1.6
- 1.5
- 1.4

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

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

env:
global:
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 c813dc6

Please sign in to comment.