Make brew louder so that it doesn't trip Travis timeouts.

This commit is contained in:
Joseph Lenox 2018-07-10 09:10:35 -05:00
parent 784437ea7d
commit 093a621187

View File

@ -36,7 +36,7 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
export PATH=${PATH}:${WXDIR}
cd $TRAVIS_BUILD_DIR # go back to the build dir
else
brew update
brew install wxmac # install via homebrew
brew update -v
brew install -v wxmac # install via homebrew
fi
fi