Skip to content

Commit

Permalink
Expand build matrix (#151)
Browse files Browse the repository at this point in the history
* Expand build matrix

* Remove sudo
  • Loading branch information
doomspork authored Dec 30, 2018
1 parent fbbb417 commit d300258
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 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 @@ -22,9 +25,7 @@ env:
notifications:
email: false

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 d300258

Please sign in to comment.