travis: Turn off Homebrew updates
authorChris Dickens <christopher.a.dickens@gmail.com>
Sat, 19 Dec 2020 21:29:38 +0000 (13:29 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Sat, 19 Dec 2020 21:29:38 +0000 (13:29 -0800)
The builds no longer succeed on the xcode9.4 image because updating
Homebrew takes too much time. The packages we need from Homebrew are not
frequently updated, so using the latest formulae that the image provides
should be sufficient.

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
.travis.yml
libusb/version_nano.h

index 35326e3bfd9dbb52617e8803e1d57e00170b0d45..e92f0c451a7ad5cc4bddbbec1371257bed4cc680 100644 (file)
@@ -47,7 +47,6 @@ addons:
             - automake
             - libtool
             - m4
-        update: true
 
 before_script:
     - ./bootstrap.sh
index 40532d3d6c922d6cd465872040b743332d3bbc91..e93a2fefd0974188fc4786c632edcb9e3fcfaafa 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11588
+#define LIBUSB_NANO 11589