Skip to content

Commit

Permalink
Break commands apart so we get better Travis reports
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed May 20, 2017
1 parent d9390d2 commit adb917e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ before_script:
env:
- MIX_ENV=test
script:
- "mix do local.hex --force, deps.get, test && mix coveralls.travis"
- mix do local.hex --force
- mix deps.get
- mix test
- mix coveralls.travis
- node_modules/.bin/gulp
cache:
directories:
Expand Down

0 comments on commit adb917e

Please sign in to comment.