From a1f454937cdc478399e3da6231d7a541fa5f9f12 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Jan 2019 09:27:19 +0530 Subject: [PATCH] See if disabling brew update works on Travis as it is very flow (takes eight minutes at the moment) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d5c30ac7..e77a57c69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ matrix: language: generic addons: homebrew: - update: true + # update: true brewfile: true env: USE_BREW=1 BUILD_PKG=osx-bundle