Skip to content
Snippets Groups Projects
Unverified Commit 00c95c78 authored by Jordan Harband's avatar Jordan Harband
Browse files

[Tests] fix coveralls

parent 41e020bc
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ script:
- 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
- 'if [ -n "${KARMA-}" ]; then npm run tests-karma ; fi'
after_success:
- 'if [ "${TRAVIS_NODE_VERSION}" = "4.2" ]; then npm run cover; cat ./coverage/lcov.info | ./node_modules/.bin/coveralls ; fi'
- 'if [ "${TRAVIS_NODE_VERSION}" = "4.6" ]; then npm run cover; cat ./coverage/lcov.info | ./node_modules/.bin/coveralls ; fi'
env:
global:
- TEST=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment