summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-23 13:58:01 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-23 13:58:01 +0000
commitc258b5cf53846c1e27ea07eaa532dbd3c7c4237d (patch)
treeda48c57af21ef83ec59fa608f095daf08e755ab6 /.travis.yml
parentbc8c89de3d68b19212450a5492395e15d8e3e72f (diff)
.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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index de1651f03b..ddff56a0a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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.