Skip to content

Commit

Permalink
Fix Travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschmidt committed Jun 1, 2016
1 parent c6f960f commit 36d5dd1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
language: elixir
elixir:
- 1.0.5
- 1.1.1
- 1.2.0
matrix:
include:
- elixir: 1.1.1
otp_release: 17.4
- elixir: 1.1.1
otp_release: 18.2.1
- elixir: 1.2.5
otp_release: 17.5
- elixir: 1.2.5
otp_release: 18.2.1
env:
global:
- MIX_ENV=test
before_install:
- git submodule update --init --recursive
before_script:
- mix local.hex --force
script:
- "mix do deps.get, deps.compile, compile --warnings-as-errors, coveralls.travis"
notifications:
Expand Down

0 comments on commit 36d5dd1

Please sign in to comment.