Skip to content

Commit

Permalink
Run coveralls only on parent repo
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Aug 25, 2017
1 parent 530c613 commit 60ac2e2
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
- if [ "${TRAVIS_REPO_SLUG}" = "chartjs/Chart.js" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi

notifications:
slack: chartjs:pcfCZR6ugg5TEcaLtmIfQYuA
Expand Down

0 comments on commit 60ac2e2

Please sign in to comment.