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