Update .travis.yml

This commit is contained in:
Chris Esposito 2020-10-07 18:17:24 +11:00 committed by GitHub
parent 00872b057c
commit b0fd1e18d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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