summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-11-06 10:06:37 -0800
committerRalph Giles <giles@thaumas.net>2020-11-06 10:06:37 -0800
commiteace6cb12ae76669a166066c207d6a587951e2bc (patch)
tree2d6e7f3b0cc65f896d6a19aceffa43410277ba5d
parent83a82dd9296400d811b78c06e9ca429e24dd1e5c (diff)
downloadlibvorbis-git-travis.tar.gz
travis-ci: Don't update homebrew.travis
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.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
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