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 5685a43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
language: elixir
elixir:
- 1.0.5
- 1.1.1
- 1.2.0
- 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 5685a43

Please sign in to comment.