Skip to content

Commit

Permalink
usb-tools: another try to install libhidapi-dev/libusb-1.0-0-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Balbi <[email protected]>
  • Loading branch information
Felipe Balbi committed Feb 28, 2017
1 parent 9c21643 commit 594a039
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
language: c
addons:
apt:
sources: debian-sid
packages:
- libhidapi-dev
- libusb-1.0-0-dev
script: ./autogen.sh && make

os: linux
dist: trusty
sudo: required

compiler:
- clang
- gcc
- clang
- gcc

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libhidapi-dev libusb-1.0-0-dev

before_script:
- ./autogen.sh

script:
- make

0 comments on commit 594a039

Please sign in to comment.