Skip to content

Commit

Permalink
Dont fail build if coveralls randomly fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Apr 12, 2016
1 parent 68ef73d commit af20182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ addons:
script:
- npm run lint
- npm run test-coverage
- npm run coveralls
- npm run coveralls || true

cache:
directories:
Expand Down

0 comments on commit af20182

Please sign in to comment.