From 40644b462254638db93501d7fcd37ceea301b699 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Sat, 19 Dec 2020 13:29:38 -0800 Subject: 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 35326e3..e92f0c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,6 @@ addons: - automake - libtool - m4 - update: true before_script: - ./bootstrap.sh -- cgit v1.2.1