From a934b664373af3e439977ce62de6c62909608652 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Fri, 21 Dec 2018 16:36:37 +0000 Subject: .travis.yml: use -v for osx to find a blocking test git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62658a3e37..cc568e088b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -280,7 +280,8 @@ env: env: - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib # Not using $JOBS which might be harmful for some tests because osx build often hangs for unknown reasons. - - TEST_ALL_OPTS="-q --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx" + # Using -v because we're too lazy to build hard timeout for each test and thus can't easily detect which test is hanging forever without -v. + - TEST_ALL_OPTS="-v --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx" # Also globally disabling $JOBS because even just building ruby could hang forever on osx. - JOBS= -- cgit v1.2.1