Skip to content

Commit

Permalink
Merge pull request node-red#260 from hindessm/test-coverage
Browse files Browse the repository at this point in the history
Test coverage on coveralls.io
  • Loading branch information
knolleary committed Jul 9, 2014
2 parents 3db84d5 + abf5944 commit 242fe1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ before_install:
node_js:
- "0.10"
- "0.8"

script:
- 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 242fe1e

Please sign in to comment.