Skip to content

Commit

Permalink
Don't fail test if coverall submission fails
Browse files Browse the repository at this point in the history
Coveralls has been quite shaky recently. We don't want to get spurious
failures from a 'nice-to-have' service, so don't depend on it.
  • Loading branch information
gwicke committed Mar 3, 2015
1 parent 07447dd commit 20ea285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,4 +15,4 @@ notifications:
email:
- services@wikimedia.org

script: npm run-script coverage && npm run-script coveralls
script: npm run-script coverage && (npm run-script coveralls || exit 0)

0 comments on commit 20ea285

Please sign in to comment.