travis: ensure udev is installed

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
This commit is contained in:
Nathan Hjelm
2016-02-25 10:12:55 -07:00
parent 26bb407413
commit 37df2f99c2
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,4 @@
sudo: required
language: c
compiler:
@@ -8,6 +9,9 @@ os:
- linux
- osx
before_install:
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then apt-get install -qq libudev-dev ; fi
install:
- ./autogen.sh
- ./configure
+1 -1
View File
@@ -1 +1 @@
#define LIBUSB_NANO 11061
#define LIBUSB_NANO 11062