Travis: Don't auto-update Homebrew on OSX builds
This commit is contained in:
@@ -4,7 +4,7 @@ set -ev
|
|||||||
|
|
||||||
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
||||||
# Also needs boost, but apparently that's already installed in Travis
|
# Also needs boost, but apparently that's already installed in Travis
|
||||||
brew install scons sfml
|
HOMEBREW_NO_AUTO_UPDATE=1 brew install scons sfml
|
||||||
else
|
else
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -qq libsfml-dev libboost-dev libboost-filesystem-dev libboost-thread-dev libxml2-utils
|
sudo apt-get install -qq libsfml-dev libboost-dev libboost-filesystem-dev libboost-thread-dev libxml2-utils
|
||||||
|
Reference in New Issue
Block a user