travis osx fix
authorNathan Hjelm <hjelmn@me.com>
Sat, 1 Oct 2016 13:20:40 +0000 (07:20 -0600)
committerNathan Hjelm <hjelmn@me.com>
Sat, 1 Oct 2016 13:20:40 +0000 (07:20 -0600)
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
.travis.yml
libusb/version_nano.h

index d4469b8..536ab22 100644 (file)
@@ -23,6 +23,9 @@ addons:
         sources:
             - ubuntu-toolchain-r-test
 
+before_install:
+    - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew upgrade automake libtool; fi
+
 script:
     - ./autogen.sh && make -j4
     - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis-autogen.sh --disable-udev && make -j4; fi
index 59027da..e437be1 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11151
+#define LIBUSB_NANO 11152