Skip to content
Snippets Groups Projects
Unverified Commit a9bc954e authored by Junegunn Choi's avatar Junegunn Choi
Browse files

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.
parent 29834267
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment