Disable homebrew auto-update because of https://travis-ci.community/t/homebrew-syntax-error/5623
This commit is contained in:
parent
cb01025c81
commit
620d50fd39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user