Update .travis.yml

This commit is contained in:
Chris Esposito 2020-10-06 10:01:05 +11:00 committed by GitHub
parent 50ddf2842c
commit f550e49a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ install:
- | - |
# OSX # OSX
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install qt5 brew install qt@5.9
brew link qt5 --force brew link qt --force
#brew install libusb #brew install libusb
#brew install wget #brew install wget
# Linux # Linux