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 5b9538a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
language: elixir
elixir:
- 1.0.5
- 1.1.1
- 1.2.0
- 1.2.5
- 1.3.0-rc.0
otp_release:
- 18.2.1
env:
global:
- MIX_ENV=test
before_install:
- git submodule update --init --recursive
script:
- "mix do deps.get, deps.compile, compile --warnings-as-errors, coveralls.travis"
- "yes | mix do deps.get, deps.compile, compile --warnings-as-errors, coveralls.travis"
notifications:
email:
- jonas.schmidt@gmx.com

0 comments on commit 5b9538a

Please sign in to comment.