Skip to content

Commit

Permalink
revert travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Apr 21, 2017
1 parent eed1d46 commit 7487e6e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Expand Up @@ -8,12 +8,11 @@ otp_release:

sudo: false

script: "MIX_ENV=test mix do deps.get, test, coveralls.travis"

after_succes:
before_script:
- MIX_ENV=test mix do deps.get
script:
- MIX_ENV=test mix test
after_script:
- MIX_ENV=test mix coveralls.travis
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report

after_failure:
- mix compile
- mix coveralls.travis

0 comments on commit 7487e6e

Please sign in to comment.