1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Resurrect -v to debug osx problems

Formerly we did f432fd6ea5, but it did not
eliminate our problems: https://travis-ci.org/ruby/ruby/jobs/564804923
This commit is contained in:
Takashi Kokubun 2019-07-29 19:49:19 +09:00
parent 4b4d8a662b
commit 5af28fec2f
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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.