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 5f0d3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ 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...'

0 comments on commit 5f0d3a4

Please sign in to comment.