1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(travis): Don't call brew update in Travis CI

Brew disabled updating from shallow clones:
https://github.com/Homebrew/brew/pull/9383

The update is also uneeded since our .travis.yml already has `update: true` for
the brew extension.
This commit is contained in:
Anthony Bilinski 2021-01-24 17:03:26 -08:00
parent 5d26901840
commit abad3fc095
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -5,8 +5,6 @@
# Get Python >=3.5
if [ "$TRAVIS_OS_NAME" == "osx" ]
then
brew update
# make sha256sum available
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"