Skip to content

Commit

Permalink
Travis: Reverse sort Elixir versions in matrix (#1037)
Browse files Browse the repository at this point in the history
Since we do more checkings in the latest version, run it first.
We do the same for Elixir core.
  • Loading branch information
eksperimental authored and ericmj committed Jul 7, 2019
1 parent 3587787 commit 3a7ec50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ env:
- NODE_VERSION="10.10.0"
matrix:
include:
- elixir: 1.7.3
otp_release: 19.3
- elixir: 1.8.1
otp_release: 21.2
- elixir: 1.9.0
otp_release: 22.0
env:
- CHECK_FORMATTED=true
- CHECK_JS=true
- elixir: 1.8.1
otp_release: 21.2
- elixir: 1.7.3
otp_release: 19.3

0 comments on commit 3a7ec50

Please sign in to comment.