Travis: Skip update on osx

This commit is contained in:
Unrud 2019-06-15 10:05:24 +02:00
parent 970efe3647
commit e25f5bb4ae

View File

@ -23,12 +23,6 @@ notifications:
- https://coveralls.io/webhook?repo_token=COVERALLS_REPO_TOKEN - https://coveralls.io/webhook?repo_token=COVERALLS_REPO_TOKEN
before_install: 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 if [ "${TRAVIS_OS_NAME}" == linux -a -n "${WINE_PYTHON}" ]; then
pushd "$(mktemp -d)" && pushd "$(mktemp -d)" &&