From 2c963a321d84ba6da2b74f3cea882b8b42437024 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sun, 3 Feb 2019 17:15:34 -0800 Subject: [PATCH] Fix Travis CI --- .travisci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travisci/install.sh b/.travisci/install.sh index abb7f680..36ad8291 100755 --- a/.travisci/install.sh +++ b/.travisci/install.sh @@ -3,7 +3,7 @@ set -e # Workaround homebrew bug, see https://twitter.com/axccl/status/1083393735277363205 and https://github.com/openPMD/openPMD-api/pull/431/files -brew upgrade --cleanup || brew upgrade --cleanup +#brew upgrade --cleanup || brew upgrade --cleanup # Install newer GCC if we're running on GCC if [ "${CXX}" == "g++" ]; then