summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-13 07:17:02 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-13 07:17:02 +0000
commitb5b19a7c47ce3f3f67758921b113d0bee1eda916 (patch)
treef6c04ddf942e6b3f1ae1edc6e9cc3e11feecc501
parentdde0e30c2dc98d8356374a1173c7129fbc8e5e14 (diff)
.travis.yml: eliminate remaining --color=never [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eac71c1f72..9269df9a88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ env:
- &make-test-only
script:
- - "$SETARCH make -s test TESTOPTS=--color=never"
+ - "$SETARCH make -s test TESTOPTS=\"${TESTOPTS=$JOBS -q --tty=no}\""
- &linux
os: linux