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.
This commit is contained in:
Junegunn Choi 2020-12-03 10:24:06 +09:00
parent 2983426771
commit a9bc954e17
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 0 additions and 1 deletions

View File

@ -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