Skip to content

Commit

Permalink
Maybe fix coverage reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Sep 14, 2015
1 parent 21a18f3 commit 5709270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ node_js:
- "io.js"
sudo: false
after_success:
make test-cov
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- make test-cov
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit 5709270

Please sign in to comment.