Skip to content

Commit

Permalink
update travis.yml to coverex
Browse files Browse the repository at this point in the history
  • Loading branch information
fcevado committed Aug 27, 2016
1 parent 3f514cc commit 3368c39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,17 +1,16 @@
language: elixir

elixir:
- 1.1.1
- 1.2.6
- 1.3.2

otp_release:
- 18.2
- 18.3
- 19.0

script:
- MIX_ENV=test mix compile
- MIX_ENV=test mix coveralls.travis
- MIX_ENV=test mix test --cover

after_script:
- MIX_ENV=docs mix deps.get
Expand Down

0 comments on commit 3368c39

Please sign in to comment.