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:
parent
4b4d8a662b
commit
5af28fec2f
1 changed files with 2 additions and 1 deletions
|
@ -336,7 +336,8 @@ env:
|
||||||
<<: *osx
|
<<: *osx
|
||||||
env:
|
env:
|
||||||
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
|
- 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
|
# Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
|
||||||
- JOBS=
|
- JOBS=
|
||||||
# Reset timestamps early, before updating Homebrew etc.
|
# Reset timestamps early, before updating Homebrew etc.
|
||||||
|
|
Loading…
Reference in a new issue