Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5af28fe

Browse files
committed
Resurrect -v to debug osx problems
Formerly we did f432fd6, but it did not eliminate our problems: https://travis-ci.org/ruby/ruby/jobs/564804923
1 parent 4b4d8a6 commit 5af28fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@ env:
336336
<<: *osx
337337
env:
338338
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/[email protected]:/usr/local/opt/zlib
339-
- TEST_ALL_OPTS="--timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
339+
# Adding `-v` because we're not sure which test could hang forever: https://travis-ci.org/ruby/ruby/jobs/564804923
340+
- TEST_ALL_OPTS="-v --timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
340341
# Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
341342
- JOBS=
342343
# Reset timestamps early, before updating Homebrew etc.

0 commit comments

Comments
 (0)