summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-12-03 10:24:06 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-12-03 10:24:06 +0900
commita9bc954e176dd27f47f4f56903f07e245922d5be (patch)
tree36f81b3b363f824a1b00a1263c0c422959926b7a
parent298342677107f19f2ef7035afcf5302fdf26aa51 (diff)
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.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
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