summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-29 20:55:18 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-29 20:55:19 +0900
commitf6a6b21f09b24955a44622e1767bf5b6630525be (patch)
tree07d14be0494305dc1879144b3f1a6b738309f0de /.travis.yml
parente05f397f08e98fb170e3aca885d6028b344e833c (diff)
`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 e05f397f08e98fb170e3aca885d6028b344e833c but forgot to ammend this.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 86f4882b38..5490cfa0f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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