Skip to content

Commit

Permalink
travis: Turn off Homebrew updates
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dickens committed Dec 19, 2020
1 parent eed8a37 commit 40644b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ addons:
- automake
- libtool
- m4
update: true

before_script:
- ./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion libusb/version_nano.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define LIBUSB_NANO 11588
#define LIBUSB_NANO 11589

0 comments on commit 40644b4

Please sign in to comment.