From 620d50fd39baf7d743e57c1f16546ee4c707b261 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 25 Oct 2019 17:17:04 -0700 Subject: [PATCH] Disable homebrew auto-update because of https://travis-ci.community/t/homebrew-syntax-error/5623 --- .travisci/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travisci/install.sh b/.travisci/install.sh index 9057a75b..3e42c102 100755 --- a/.travisci/install.sh +++ b/.travisci/install.sh @@ -2,6 +2,8 @@ set -e +export HOMEBREW_NO_AUTO_UPDATE=1 + # Install newer GCC if we're running on GCC if [ "${CXX}" == "g++" ]; then # We need to uninstall oclint because it creates a /usr/local/include/c++ symlink that clashes with the gcc5 package