Travis: Skip update on osx
This commit is contained in:
parent
970efe3647
commit
e25f5bb4ae
@ -23,12 +23,6 @@ notifications:
|
||||
- https://coveralls.io/webhook?repo_token=COVERALLS_REPO_TOKEN
|
||||
|
||||
before_install:
|
||||
- |
|
||||
if [ "${TRAVIS_OS_NAME}" == osx ]; then
|
||||
rm '/usr/local/include/c++'
|
||||
brew install python3 ||
|
||||
brew upgrade python3
|
||||
fi
|
||||
- |
|
||||
if [ "${TRAVIS_OS_NAME}" == linux -a -n "${WINE_PYTHON}" ]; then
|
||||
pushd "$(mktemp -d)" &&
|
||||
|
Loading…
Reference in New Issue
Block a user