Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e05f397

Browse files
committed
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.
1 parent 5af28fe commit e05f397

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ addons:
4646
- valgrind
4747
- zlib1g-dev
4848
homebrew:
49-
update: true
49+
# No `brew update` causes "Error: Your Homebrew is outdated" like https://travis-ci.org/ruby/ruby/jobs/547485832,
50+
# but doing `brew update` is also problematic like https://travis-ci.org/ruby/ruby/jobs/564916879.
51+
# Skipped because `brew update` hangs often
52+
# update: true
5053
packages:
5154
- gdbm
5255
- gmp

0 commit comments

Comments
 (0)