From d24977d16440fc5772c18111dfe403c12d66dd63 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 23 Oct 2018 08:35:55 +0530 Subject: [PATCH] Disabe brew python upgrade since it is failing for some reason on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbdd83a66..85dba8fd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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