Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c-rack committed Dec 2, 2015
1 parent 653f9be commit 6806e06
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
language: elixir
sudo: false
otp_release:
- 17.4
elixir:
- 1.0.5
- 1.1.0
otp_release:
- 17.4
- 18.1
cache:
directories:
- _build
- deps
after_success:
- "mix compile && mix coveralls.travis"
after_script:
Expand Down

0 comments on commit 6806e06

Please sign in to comment.