diff --git a/.travis.yml b/.travis.yml index a79868377..78350fa9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ jobs: env: - DEPLOY=true - LEGACY=true - osx_image: xcode8 + osx_image: xcode8.2 before_install: - | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then @@ -63,7 +63,7 @@ before_install: else unset SSL_CERT_FILE; brew untap homebrew/versions; - brew update; + brew update > /dev/null; brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/8e2743e6382fefaabfa37da00633ff801477b53c/qt5.rb; fi chmod -R 755 /usr/local/opt/qt5/*