mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
b0fd1e18d6
commit
7b2c4feee3
|
@ -36,10 +36,9 @@ install:
|
|||
# OSX
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
brew uninstall --ignore-dependencies qt # Remove Qt 5.13
|
||||
curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/13d52537d1e0e5f913de46390123436d220035f6/Formula/qt.rb
|
||||
brew tap EspoTek/qt59
|
||||
brew install qt59
|
||||
brew link qt59 --force
|
||||
brew tap uncovertruth/qt
|
||||
brew install qt
|
||||
brew link qt --force
|
||||
#brew install libusb
|
||||
#brew install wget
|
||||
# Linux
|
||||
|
|
Loading…
Reference in New Issue