Skip to content

Commit

Permalink
Fix travis trying to install Coveralls on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jul 16, 2018
1 parent a28f339 commit ab24091
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ addons:

# Install coveralls sender
before_install:
- pip install --user cpp-coveralls
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then
pip install --user cpp-coveralls
; fi

# Qt packages for OS X
install:
Expand Down

0 comments on commit ab24091

Please sign in to comment.