use travis homebrew addon for reliability
authorStephen <stephengroat@users.noreply.github.com>
Mon, 17 Dec 2018 19:42:33 +0000 (11:42 -0800)
committerNathan Hjelm <hjelmn@me.com>
Wed, 9 Jan 2019 01:03:48 +0000 (18:03 -0700)
Closes #513

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
.travis.yml
libusb/version_nano.h

index aaa8ece..f5d194a 100644 (file)
@@ -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
index e70ddbf..fec36a9 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11328
+#define LIBUSB_NANO 11329