Ignore coveralls upload errors

Part of #299
This commit is contained in:
Nick O'Leary 2014-09-08 14:02:53 +01:00
parent 148fbefbbb
commit e3f72a697e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ node_js:
- "0.10" - "0.10"
- "0.8" - "0.8"
script: 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 - istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage
before_script: before_script:
- npm install -g istanbul - npm install -g istanbul
- npm install coveralls - npm install coveralls