mirror of
https://github.com/libusb/libusb
synced 2024-11-21 06:26:10 -07:00
travis: Turn off Homebrew updates
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>
This commit is contained in:
parent
eed8a371ea
commit
40644b4622
2 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,6 @@ addons:
|
|||
- automake
|
||||
- libtool
|
||||
- m4
|
||||
update: true
|
||||
|
||||
before_script:
|
||||
- ./bootstrap.sh
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define LIBUSB_NANO 11588
|
||||
#define LIBUSB_NANO 11589
|
||||
|
|
Loading…
Reference in a new issue