Be louder about brew update

This commit is contained in:
Joseph Lenox 2018-07-10 09:09:30 -05:00
parent ff2e2476b3
commit 784437ea7d

View File

@ -2,7 +2,7 @@ language: generic
before_install:
- sh package/linux/travis-decrypt-key
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )& fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update -v ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
script:
- travis_wait 30 bash package/linux/travis-setup.sh