Update .travis.yml

This commit is contained in:
Chris Esposito 2018-12-11 20:38:31 +11:00 committed by GitHub
parent 2b5ce2ecc4
commit 64b8b9311b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ install:
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install qt5
brew link qt5 --force
brew install libusb
brew install wget
#brew install libusb
#brew install wget
# Linux
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get -y install qt59base libusb-1.0-0-dev