From f88521bb394916b205dafa5da4d22dd92f960584 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 30 Mar 2017 07:25:13 +0000 Subject: [PATCH] .travis.yml: make tests silent [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 566dfe00d7..8768b64bff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,9 +50,9 @@ before_script: - "${RUBYSPEC_PULL_REQUEST:+git -C spec/rubyspec pull origin +refs/pull/${RUBYSPEC_PULL_REQUEST}/merge:}" script: - - "make test TESTOPTS=--color=never" - - "make test-all TESTOPTS='-q -j3 --color=never --job-status=normal'" - - "make test-rubyspec MSPECOPT=-fm" + - "make -s test TESTOPTS=--color=never" + - "make -s test-all TESTOPTS='-q -j3 --color=never --job-status=normal'" + - "make -s test-rubyspec MSPECOPT=-fm" # Branch matrix. Not all branches are Travis-ready so we limit branches here. branches: