From eace6cb12ae76669a166066c207d6a587951e2bc Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 6 Nov 2020 10:06:37 -0800 Subject: travis-ci: Don't update homebrew. Jobs on travis-ci.org are now failing because updating homebrew packages on the xcode11 image takes longer than the allotted job time. We could bump the image version, but I wanted to try this fix first. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 23fec3d4..ed125061 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ addons: - libogg-dev homebrew: brewfile: true - update: true script: - if [[ "$BUILD_SYSTEM" == "AUTOTOOLS" ]] ; then ./autogen.sh && ./configure && make -j2 V=1 distcheck; fi -- cgit v1.2.1