mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
travis_wait
silences any output
and thus it does not work with `-v` for investigating hangs well.
This seems to be by design: https://github.com/travis-ci/travis-ci/issues/4190
Also I simplified a comment about `homebrew.update`.
I had this in-flight change while editing e05f397f08
but forgot to ammend this.
This commit is contained in:
parent
e05f397f08
commit
f6a6b21f09
1 changed files with 1 additions and 3 deletions
|
@ -46,9 +46,7 @@ addons:
|
|||
- valgrind
|
||||
- zlib1g-dev
|
||||
homebrew:
|
||||
# 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` is disabled because `brew update` hangs often
|
||||
# update: true
|
||||
packages:
|
||||
- gdbm
|
||||
|
|
Loading…
Reference in a new issue