Skip to content

Commit

Permalink
chore: deflake coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Jul 15, 2016
1 parent bcf74cd commit 0d5e3ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ before_install:
- npm install -g istanbul coveralls
script:
- xo ./lib/**/*.js
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --require test/bootstrap test/**/*.test.js && cat ./coverage/lcov.info | coveralls
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --require test/bootstrap test/**/*.test.js
- cat ./coverage/lcov.info | coveralls || echo 'Failed to upload to coveralls...'
- codeclimate-test-reporter < ./coverage/lcov.info || echo 'Failed to upload to codeclimate...'

0 comments on commit 0d5e3ac

Please sign in to comment.