travis: fix osx binary build condition

This commit is contained in:
Maximilian Hils 2015-11-29 15:23:44 +01:00
parent 4c9fc2e3e9
commit f9c000ea6e

View File

@ -56,7 +56,7 @@ script:
after_success:
- coveralls
- |
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_BRANCH == "master" && -z $TRAVIS_PULL_REQUEST ]]
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]
then
brew install curl --with-libssh2
pip install virtualenv