From 4a189ae53ee2d39a61b733a6b2f084bcbd28919f Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Sat, 26 Sep 2020 20:06:47 +0200 Subject: [PATCH] ci: try uninstall java before updating homebrew --- .travis/install_osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install_osx.sh b/.travis/install_osx.sh index d69b8249..466556d7 100755 --- a/.travis/install_osx.sh +++ b/.travis/install_osx.sh @@ -3,6 +3,7 @@ set -ex sudo ln -s /usr/local /opt/local +brew cask uninstall --force java brew update brew upgrade cmake brew install python || brew link --overwrite python