summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-29 19:49:19 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-29 19:49:20 +0900
commit5af28fec2f2f75be70d0c40a92ac9d8b77c8e822 (patch)
treeab7ae6bfd60e80a6c9aaf9baf54780b3a2f9b384 /.travis.yml
parent4b4d8a662b4b5125ada85720f26cead3180a3f06 (diff)
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
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 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.