ci: Fix brew in Travis

This commit is contained in:
Hennadii Stepanov 2020-03-26 10:39:09 +02:00
parent d8ce27ff9f
commit 596c627a1e
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
git reset --hard origin/master
popd || exit 1
set -o errexit
${CI_RETRY_EXE} brew unlink python@2
${CI_RETRY_EXE} brew update
# brew upgrade returns an error if any of the packages is already up to date
# Failure is safe to ignore, unless we really need an update.