Skip to content

Commit

Permalink
build: prevent failure from coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 18, 2014
1 parent 978adde commit 0c897a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"scripts": {
"test": "mocha --require should --reporter dot",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require should --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require should --reporter spec && cat ./coverage/lcov.info | coveralls"
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require should --reporter spec && (cat ./coverage/lcov.info | coveralls || true)"
}
}

0 comments on commit 0c897a8

Please sign in to comment.