Merge pull request #260 from hindessm/test-coverage

Test coverage on coveralls.io
This commit is contained in:
Nick O'Leary 2014-07-09 10:00:10 +01:00
commit 242fe1ef86
1 changed files with 5 additions and 1 deletions

View File

@ -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