From ab842fb8b85af83524fe5ab6c4e1f41722dd009e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 14 Aug 2019 21:59:28 +0200 Subject: ci: Travis: homebrew: update=false [skip appveyor] It is disabled by default, and the docs mention that it slows builds down [1]. It took 165s in https://travis-ci.org/neovim/neovim/jobs/572000615. 1: https://docs.travis-ci.com/user/installing-dependencies/#installing-packages-on-macos --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f234c89c26..04592b6067 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,7 @@ addons: - valgrind - xclip homebrew: - update: true + update: false packages: - ccache - ninja -- cgit