From a9bc954e176dd27f47f4f56903f07e245922d5be Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 3 Dec 2020 10:24:06 +0900 Subject: [PATCH] Do not update Homebrew on Travis OSX build https://docs.travis-ci.com/user/installing-dependencies/#installing-packages-on-macos > By default, the Homebrew addon will not run brew update before > installing packages. brew update can take a long time and slow down your > builds. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3683bff..4d1626f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ addons: packages: - fish - tmux - update: true install: gem install --no-document minitest:5.14.2 rubocop:1.0.0 rubocop-minitest:0.10.1 rubocop-performance:1.8.1 script: - make test