Skip to content

Commit

Permalink
Report coverage to build log and coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
hindessm committed Jul 9, 2014
1 parent 85a8e72 commit abf5944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_js:
- "0.10"
- "0.8"
script:
- istanbul cover ./node_modules/.bin/grunt
- istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf coverage
before_script:
- npm install -g istanbul
- npm install coveralls

0 comments on commit abf5944

Please sign in to comment.