mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
travis: fix osx binary build condition
This commit is contained in:
parent
4c9fc2e3e9
commit
f9c000ea6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user