mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
2b5ce2ecc4
commit
64b8b9311b
|
@ -25,8 +25,8 @@ install:
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew install qt5
|
brew install qt5
|
||||||
brew link qt5 --force
|
brew link qt5 --force
|
||||||
brew install libusb
|
#brew install libusb
|
||||||
brew install wget
|
#brew install wget
|
||||||
# Linux
|
# Linux
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
sudo apt-get -y install qt59base libusb-1.0-0-dev
|
sudo apt-get -y install qt59base libusb-1.0-0-dev
|
||||||
|
|
Loading…
Reference in New Issue