Skip to content

Commit

Permalink
Suppress coveralls errors if run from fork (#4699)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored and simonbrunel committed Nov 1, 2017
1 parent ffbdb48 commit 7f751c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ script:
- gulp docs
- gulp package
- gulp bower
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls || true

notifications:
slack: chartjs:pcfCZR6ugg5TEcaLtmIfQYuA
Expand Down

0 comments on commit 7f751c8

Please sign in to comment.