summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f3d63c4ad..122729286 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,13 @@ os:
- linux
- osx
+env:
+ - LIBUSB=""
+ - LIBUSB="libusb-1.0-0-dev"
+
before_install:
- sudo apt-get update -qq
- - sudo apt-get install autopoint
+ - sudo apt-get install autopoint $LIBUSB
compiler:
- clang
@@ -14,7 +18,7 @@ compiler:
script:
- autoreconf -i -f
- - ./configure && make && make test
+ - ./configure && make && make check
notifications:
recipient: