Skip to content

Commit

Permalink
change after order in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jul 26, 2016
1 parent 9589f12 commit 648c33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ script:
- npm run cover

after_success:
- bash <(curl -s https://codecov.io/bash) || true
- ./node_modules/.bin/coveralls < coverage/lcov.info || true
- ./node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info || true
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 648c33c

Please sign in to comment.