summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <meissner@suse.de>2015-08-21 13:52:39 +0200
committerMarcus Meissner <meissner@suse.de>2015-08-21 13:52:39 +0200
commit750794c262ac63ee52e9ebc7caaa42abc31058b9 (patch)
tree63dfb6726213bc4ca9984e7c6be5ef30670e5aba /.travis.yml
parentae6b18b9d77aaeadcc03635f512c8f6964cf62dd (diff)
downloadlibgphoto2-750794c262ac63ee52e9ebc7caaa42abc31058b9.tar.gz
travis: fixes
install libusb-1.0 devel as dependency run make check
Diffstat (limited to '.travis.yml')
-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: