From c258b5cf53846c1e27ea07eaa532dbd3c7c4237d Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 23 Oct 2018 13:58:01 +0000 Subject: [PATCH] .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 --- .travis.yml | 6 +++--- 1 file 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.