mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
74a3409a84
commit
00872b057c
|
@ -35,7 +35,9 @@ install:
|
||||||
- |
|
- |
|
||||||
# OSX
|
# OSX
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew install qt@5.9
|
brew uninstall --force 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 link qt --force
|
||||||
#brew install libusb
|
#brew install libusb
|
||||||
#brew install wget
|
#brew install wget
|
||||||
|
|
Loading…
Reference in New Issue