mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
travis: fix osx binary build condition
This commit is contained in:
parent
4c9fc2e3e9
commit
f9c000ea6e
@ -56,7 +56,7 @@ script:
|
|||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- 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
|
then
|
||||||
brew install curl --with-libssh2
|
brew install curl --with-libssh2
|
||||||
pip install virtualenv
|
pip install virtualenv
|
||||||
|
Loading…
Reference in New Issue
Block a user