Skip to content

Commit

Permalink
Use the coveralls executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjansen committed Apr 2, 2015
1 parent 72a4b31 commit 127e626
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 @@ -9,4 +9,4 @@ script: "./build.py ci"

after_success:
- "npm run test-coverage"
- "cat coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
- "cat coverage/lcov.info | ./node_modules/.bin/coveralls"

0 comments on commit 127e626

Please sign in to comment.