Skip to content

Commit

Permalink
Testing: Don't run coveralls in macOS
Browse files Browse the repository at this point in the history
Coverage will be smaller there due to the tests we had to skip
  • Loading branch information
ccordoba12 committed May 31, 2018
1 parent 700f011 commit 841d75a
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 @@ -42,4 +42,4 @@ script:
- ./continuous_integration/travis/runtests.sh || ./continuous_integration/travis/runtests.sh || ./continuous_integration/travis/runtests.sh;

after_success:
- export PATH="$HOME/miniconda/bin:$PATH" && source activate test && coveralls
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export PATH="$HOME/miniconda/bin:$PATH" && source activate test && coveralls; fi

0 comments on commit 841d75a

Please sign in to comment.