From 3e418ba3c699b4d641f914ae9de9bcef96ea74d8 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 1 Feb 2018 19:09:46 +0100 Subject: [PATCH] travis: temporary downgrade mac builds to qt5.5 (#3066) `qt@5.7` is no longer available: https://github.com/Homebrew/homebrew-core/pull/23165#issuecomment-362270835 --- .ci/travis-dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/travis-dependencies.sh b/.ci/travis-dependencies.sh index 68c8855d..070403d6 100644 --- a/.ci/travis-dependencies.sh +++ b/.ci/travis-dependencies.sh @@ -2,8 +2,8 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then brew update - brew install ccache clang-format protobuf qt@5.7 + brew install ccache clang-format protobuf qt@5.5 fi if [[ $TRAVIS_OS_NAME == "linux" ]] ; then echo Skipping... packages are installed with the Travis apt addon for sudo disabled container builds -fi \ No newline at end of file +fi