Skip to content

Commit

Permalink
Simplified coveralls command
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Dec 12, 2018
1 parent 3a9454b commit 4cee494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,4 +19,4 @@ script: npm run lint && npm run coverage

after_success:
# send code-coverage data to Coveralls
- cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
- cat ./coverage/lcov.info | coveralls

0 comments on commit 4cee494

Please sign in to comment.