From b0fd1e18d60538069c1ff11c4791b1dc5fe73b62 Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Wed, 7 Oct 2020 18:17:24 +1100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b6a3676..3417cd0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,10 +35,11 @@ install: - | # OSX if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - brew uninstall --force qt # Remove Qt 5.13 + brew uninstall --ignore-dependencies qt # Remove Qt 5.13 curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/13d52537d1e0e5f913de46390123436d220035f6/Formula/qt.rb - brew install ./qt.rb # Install Qt 5.9 - brew link qt --force + brew tap EspoTek/qt59 + brew install qt59 + brew link qt59 --force #brew install libusb #brew install wget # Linux