From 1d0cac3eb8de21de0463182c400a598126eb01ad Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Thu, 7 Mar 2019 08:25:28 +0100 Subject: [PATCH] Make travis brew update more reliable Brew update is done automatically on the first install, and timeout too many times due to the big changes between the osx image and today. travis_wait should prevent the "no output generated in the last 10 minutes" --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7edea0716..1f0b59c5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,7 @@ matrix: before_install: # https://github.com/travis-ci/travis-ci/issues/6307 - if [ "${TRAVIS_OS_NAME}" == "osx" ]; then + travis_wait brew update brew install gpg2; brew uninstall gpg; gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3;