From b3537033283d9e4978d03039a59923328ff2ea24 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Thu, 9 Jul 2020 08:42:58 +0200 Subject: [PATCH] Fixing CI still? --- .travis/install_osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install_osx.sh b/.travis/install_osx.sh index 63e882a8..d69b8249 100755 --- a/.travis/install_osx.sh +++ b/.travis/install_osx.sh @@ -5,5 +5,6 @@ set -ex sudo ln -s /usr/local /opt/local brew update brew upgrade cmake +brew install python || brew link --overwrite python brew install jack brew install dylibbundler