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
This commit is contained in:
Daniel Hahler
2019-08-14 21:59:28 +02:00
parent ebcb9adcc4
commit ab842fb8b8

View File

@@ -76,7 +76,7 @@ addons:
- valgrind - valgrind
- xclip - xclip
homebrew: homebrew:
update: true update: false
packages: packages:
- ccache - ccache
- ninja - ninja