From 0dfe101c0f0fdee8dd8ade8d9425c84de46828da Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 3 Mar 2018 11:09:07 +0530 Subject: [PATCH] brew's python3 handling seems to have changed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c668a8e0..39624990e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,7 @@ install: | if [[ "$TRAVIS_OS_NAME" == 'osx' ]]; then if [[ "$USE_BREW" == "1" ]]; then brew update; - brew install python3; + brew upgrade python; brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-freetype; else mkdir -p $SW;