Skip to content

Commit

Permalink
Only run coveralls when testing on main fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Long committed Sep 30, 2016
1 parent ebf1acc commit 06d62c7
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 @@ -98,7 +98,7 @@ script:

after_success:
# coveralls.io integration
- if [[ $SETUP_CMD == 'test --coverage' ]]; then coveralls --rcfile='poppy/tests/coveragerc'; fi
- if [[ $SETUP_CMD == 'test --coverage' && TRAVIS_REPO_SLUG == "mperrin/webbpsf" ]]; then coveralls --rcfile='poppy/tests/coveragerc'; fi

notifications:
email:
Expand Down

0 comments on commit 06d62c7

Please sign in to comment.