From 093a6211877f0384eb61ff87850674d4c5d139bf Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Tue, 10 Jul 2018 09:10:35 -0500 Subject: [PATCH] Make brew louder so that it doesn't trip Travis timeouts. --- package/linux/travis-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/linux/travis-setup.sh b/package/linux/travis-setup.sh index b81a59c00..e5eb3ca96 100755 --- a/package/linux/travis-setup.sh +++ b/package/linux/travis-setup.sh @@ -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