aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-29 20:25:22 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-29 20:25:23 +0900
commite05f397f08e98fb170e3aca885d6028b344e833c (patch)
treefd12a74245464fb9b7edb9872e0cb7a91ad15454 /.travis.yml
parent5af28fec2f2f75be70d0c40a92ac9d8b77c8e822 (diff)
downloadruby-e05f397f08e98fb170e3aca885d6028b344e833c.tar.gz
Give up `brew update` on Travis
No `brew update` causes "Error: Your Homebrew is outdated" like https://travis-ci.org/ruby/ruby/jobs/547485832, but doing `brew update` is also problematic like https://travis-ci.org/ruby/ruby/jobs/564916879. Hoping that the former case is more rare, let's try no `brew update` again.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 36cc1474c4..86f4882b38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,7 +46,10 @@ addons:
- valgrind
- zlib1g-dev
homebrew:
- update: true
+ # No `brew update` causes "Error: Your Homebrew is outdated" like https://travis-ci.org/ruby/ruby/jobs/547485832,
+ # but doing `brew update` is also problematic like https://travis-ci.org/ruby/ruby/jobs/564916879.
+ # Skipped because `brew update` hangs often
+ # update: true
packages:
- gdbm
- gmp