summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-21 16:36:37 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-21 16:36:37 +0000
commita934b664373af3e439977ce62de6c62909608652 (patch)
tree7f375b5bb3dc2ddd9048186047e9b9d33a834f95 /.travis.yml
parentc1b896541025a691c281d8e4a0d9194e395ce65b (diff)
.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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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=