зеркало из https://github.com/github/ruby.git
.travis.yml: let osx build print verbose output
because it may hang with no output like this: https://travis-ci.org/ruby/ruby/jobs/445101860 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
bc8c89de3d
Коммит
c258b5cf53
|
@ -67,9 +67,9 @@ matrix:
|
|||
compiler: clang
|
||||
env:
|
||||
- "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib'"
|
||||
# osx build randomly fails with -j
|
||||
- "JOBS="
|
||||
- "TEST_ALL_TESTOPTS='--color=never --job-status=replace --excludes=$(TESTSDIR)/excludes/_travis'"
|
||||
- "JOBS=" # osx build randomly fails with `-j`
|
||||
# `-v` prints too long outputs, but sometimes it osx build hangs and we can't know which test is bad without `-v`.
|
||||
- "TEST_ALL_TESTOPTS='-v --color=never --job-status=normal --excludes=$(TESTSDIR)/excludes/_travis'"
|
||||
before_install:
|
||||
# Bare "brew update" nukes everything.
|
||||
# These steps are very carefully chosen to avoid breaking things.
|
||||
|
|
Загрузка…
Ссылка в новой задаче