travis osx fix

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
This commit is contained in:
Nathan Hjelm
2016-10-01 07:20:40 -06:00
parent 9bf44223d4
commit d39d8e9ef5
2 changed files with 4 additions and 1 deletions
+3
View 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
+1 -1
View File
@@ -1 +1 @@
#define LIBUSB_NANO 11151
#define LIBUSB_NANO 11152