From 11106602f697202529f6537647dbdea240b0d94b Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Tue, 7 Jul 2020 13:22:59 +0200 Subject: [PATCH] Trying to solve the macos CI problem --- .travis/install_osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install_osx.sh b/.travis/install_osx.sh index 63e882a8..b6accc45 100755 --- a/.travis/install_osx.sh +++ b/.travis/install_osx.sh @@ -4,6 +4,7 @@ set -ex sudo ln -s /usr/local /opt/local brew update +brew upgrade python || brew link --overwrite python brew upgrade cmake brew install jack brew install dylibbundler