aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-21 01:25:20 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-21 01:25:20 +0000
commitfd8275d083583dc67b5f31e425d26751bc78efe7 (patch)
treed2153b59e4aab23452feb2cad903c475cdd56cb4 /.travis.yml
parentf5bf1a32d08cc6372be3ec9abb9f15234e0dbfba (diff)
downloadruby-fd8275d083583dc67b5f31e425d26751bc78efe7.tar.gz
.travis.yml: use --job-status=replace
-v is too long, and "--color=never --job-status=normal" is too verbose. Trying --job-status=replace to make Travis log easier to read. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ab0e0ebb5a..02c0b84c6d 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'"
- # debugging which test is causing hang
+ # osx build randomly fails with -j
- "JOBS="
- - "TEST_ALL_TESTOPTS=\"-v --color=never --job-status=normal\""
+ - "TEST_ALL_TESTOPTS=\"--color=never --job-status=replace\""
before_install:
# Bare "brew update" nukes everything.
# These steps are very carefully chosen to avoid breaking things.