Skip to content

Commit

Permalink
Travis CI: Added libusb to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
arummler committed Aug 18, 2016
1 parent ea949f1 commit d19ae7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ else

if [[ $OPTION == 'modern' ]]; then
# Install package dependencies for Linux:
sudo apt-get install -y libusb-1.0-0 libusb-1.0-0-dev python3.4 python-numpy cmake qt5-default linux-generic linux-headers-$(uname -r) openafs-client openafs-krb5
sudo apt-get install -y libusb-dev libusb-1.0-0 libusb-1.0-0-dev python3.4 python-numpy cmake qt5-default linux-generic linux-headers-$(uname -r) openafs-client openafs-krb5
sudo service openafs-client start
else
# Install package dependencies for Linux:
sudo apt-get install -y libusb-1.0-0 libusb-1.0-0-dev python2.7 python-numpy cmake qt4-dev-tools linux-generic linux-headers-$(uname -r) openafs-client openafs-krb5
sudo apt-get install -y libusb-dev libusb-1.0-0 libusb-1.0-0-dev python2.7 python-numpy cmake qt4-dev-tools linux-generic linux-headers-$(uname -r) openafs-client openafs-krb5
sudo service openafs-client start
fi

Expand Down

0 comments on commit d19ae7d

Please sign in to comment.