mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
50ddf2842c
commit
f550e49a81
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue