diff --git a/.travis.yml b/.travis.yml index 005a504..5a6e39b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 04b539b..2424b1c 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11061 +#define LIBUSB_NANO 11062