From c1e589c5aa882c6bc370f316527034f6054a883a Mon Sep 17 00:00:00 2001 From: ice0 Date: Aug 22 2018 12:22:04 +0000 Subject: disable brew auto-update for travis-ci --- diff --git a/autobuild/osx/brew/install-requirements-osx.sh b/autobuild/osx/brew/install-requirements-osx.sh index 934dd31..12615e6 100755 --- a/autobuild/osx/brew/install-requirements-osx.sh +++ b/autobuild/osx/brew/install-requirements-osx.sh @@ -1,4 +1,5 @@ #!/bin/bash # zlib not required because it already part of OSX -brew install autoconf automake libtool intltool gettext pkg-config glibmm libxml++ cairo fftw pango mlt boost gtkmm3 +# disable brew auto-update for travis-ci +HOMEBREW_NO_AUTO_UPDATE=1 brew install autoconf automake libtool intltool gettext pkg-config glibmm libxml++ cairo fftw pango mlt boost gtkmm3