summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
-rw-r--r--libusb/version_nano.h2
2 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index aaa8ece..f5d194a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,9 @@ matrix:
compiler: clang
addons:
+ homebrew:
+ update: true
+ brewfile: true
apt:
packages:
- autoconf
@@ -40,10 +43,6 @@ addons:
sources:
- ubuntu-toolchain-r-test
-before_install:
- # brew bundle installs or upgrades packages in Brewfile
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew bundle && brew bundle cleanup --force; fi
-
script:
- ./autogen.sh && make clean && make
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis-autogen.sh --disable-udev && make clean && make ; fi
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index e70ddbf..fec36a9 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11328
+#define LIBUSB_NANO 11329