Disabe brew python upgrade since it is failing for some reason on Travis

This commit is contained in:
Kovid Goyal 2018-10-23 08:35:55 +05:30
parent 3035d64127
commit d24977d164
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -106,7 +106,7 @@ install: |
if [[ "$TRAVIS_OS_NAME" == 'osx' ]]; then
if [[ "$USE_BREW" == "1" ]]; then
brew update;
brew upgrade python;
# brew upgrade python;
brew install harfbuzz --without-graphite2 --without-icu4c --without-freetype;
brew install imagemagick
brew install optipng