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 74f7f21 commit 09d5884
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
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 09d5884

Please sign in to comment.