travis: Do not brew update
authorNicolas Williams <nico@twosigma.com>
Sat, 27 Mar 2021 05:55:36 +0000 (00:55 -0500)
committerNicolas Williams <nico@twosigma.com>
Sat, 27 Mar 2021 05:55:55 +0000 (00:55 -0500)
Running brew update times out the OS X build.

.travis.yml

index 93541c6ed6e13cce896e89a198aa46da9c74733f..ef796232b7380ad10b3c9b2b17e54267b4c0c6c3 100644 (file)
@@ -14,7 +14,6 @@ before_install:
     - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -qq ldap-utils gdb apport; fi
     - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -qq curl libmicrohttpd-dev; fi
     - if [ $TRAVIS_OS_NAME = linux -a -n "$COVERAGE" ]; then sudo apt-get install -qq jq; fi
-    - if [ $TRAVIS_OS_NAME = osx ]; then brew update; fi
     - if [ $TRAVIS_OS_NAME = osx ]; then brew install cpanm bison flex berkeley-db lmdb openldap openssl; fi
     - if [ $TRAVIS_OS_NAME = osx ]; then sudo cpanm install JSON; fi
     - if [ $TRAVIS_OS_NAME = osx -a -n "$COVERAGE" ]; then brew install jq; fi