travis: one more fix. need packages under apt
authorNathan Hjelm <hjelmn@me.com>
Fri, 26 Feb 2016 04:51:10 +0000 (21:51 -0700)
committerNathan Hjelm <hjelmn@me.com>
Fri, 26 Feb 2016 04:51:10 +0000 (21:51 -0700)
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
.travis.yml
libusb/version_nano.h

index f74cbf8..2745538 100644 (file)
@@ -12,13 +12,14 @@ os:
 
 addons:
     apt:
-        - autoconf
-        - automake
-        - libtool
-        - m4
-        - libudev-dev
-    sources:
-        - ubuntu-toolchain-r-test
+        packages:
+            - autoconf
+            - automake
+            - libtool
+            - m4
+            - libudev-dev
+        sources:
+            - ubuntu-toolchain-r-test
 
 script:
     - ./autogen.sh && make -j4
index d989e9e..c896b65 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11074
+#define LIBUSB_NANO 11075