From 5ab0a904d17341946d2e3ef38b16475c36a492b5 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sun, 15 Nov 2020 14:47:40 +0200 Subject: [PATCH] Try another way to install Qt 5.9. [skip appveyor] --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7bf331998..82f4346c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ jobs: env: - DEPLOY=true - LEGACY=true - osx_image: xcode8.3 + osx_image: xcode8 before_install: - | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then @@ -62,9 +62,10 @@ before_install: brew install qt5; else unset SSL_CERT_FILE; - brew untap homebrew/versions; brew update > /dev/null; - brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/8e2743e6382fefaabfa37da00633ff801477b53c/qt5.rb; + brew tap-new valentina/team; + brew extract --version 5.9 qt valentina/team; + brew install valentina/team/qt@5.9; fi chmod -R 755 /usr/local/opt/qt5/* fi