Skip to content

Commit

Permalink
chore(travis): move coverage checker out of script step
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Mar 23, 2016
1 parent 72e6587 commit 7782a8f
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 @@ -34,7 +34,7 @@ script:
- npm run build_spec && npm run test_jasmine && node ./node_modules/markdown-doctest/bin/cmd.js
- npm run check_circular_dependencies
- npm run cover
- cat ./coverage/coverage-remapped.lcov | ./node_modules/coveralls/bin/coveralls.js

after_success:
- cat ./coverage/coverage-remapped.lcov | ./node_modules/coveralls/bin/coveralls.js
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ -n "${SAUCE_ACCESS_KEY}" ] && npm run test_karma || false'

0 comments on commit 7782a8f

Please sign in to comment.