From 5af28fec2f2f75be70d0c40a92ac9d8b77c8e822 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 29 Jul 2019 19:49:19 +0900 Subject: [PATCH] Resurrect -v to debug osx problems Formerly we did f432fd6ea595ef854e15d6dd65ef0ccb24a70456, but it did not eliminate our problems: https://travis-ci.org/ruby/ruby/jobs/564804923 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 818e748498..36cc1474c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -336,7 +336,8 @@ env: <<: *osx env: - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib - - TEST_ALL_OPTS="--timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx" + # Adding `-v` because we're not sure which test could hang forever: https://travis-ci.org/ruby/ruby/jobs/564804923 + - TEST_ALL_OPTS="-v --timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx" # Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727 - JOBS= # Reset timestamps early, before updating Homebrew etc.