Skip to content

Commit

Permalink
Test on Elixir 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschmidt committed Jun 1, 2016
1 parent c6f960f commit 6634ca2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ language: elixir
elixir:
- 1.0.5
- 1.1.1
- 1.2.0
- 1.2.5
otp_release:
- 17.5
- 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 6634ca2

Please sign in to comment.