Skip to content

Commit f6a6b21

Browse files
committed
travis_wait silences any output
and thus it does not work with `-v` for investigating hangs well. This seems to be by design: travis-ci/travis-ci#4190 Also I simplified a comment about `homebrew.update`. I had this in-flight change while editing e05f397 but forgot to ammend this.
1 parent e05f397 commit f6a6b21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ addons:
4646
- valgrind
4747
- zlib1g-dev
4848
homebrew:
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
49+
# `update: true` is disabled because `brew update` hangs often
5250
# update: true
5351
packages:
5452
- gdbm

0 commit comments

Comments
 (0)