[前][次][番号順一覧][スレッド一覧]

ruby-changes:56692

From: Takashi <ko1@a...>
Date: Mon, 29 Jul 2019 20:57:16 +0900 (JST)
Subject: [ruby-changes:56692] Takashi Kokubun: f6a6b21f09 (master): `travis_wait` silences any output

https://git.ruby-lang.org/ruby.git/commit/?id=f6a6b21f09

From f6a6b21f09b24955a44622e1767bf5b6630525be Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 29 Jul 2019 20:55:18 +0900
Subject: `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.

diff --git a/.travis.yml b/.travis.yml
index 86f4882..5490cfa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,9 +46,7 @@ addons: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L46
       - 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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]