aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-30 07:25:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-30 07:25:13 +0000
commitbc23af5f88bbec0412072e537b91602e02d3084e (patch)
treea92744b3806008b240c1c57540014c3a8c7fff92 /.travis.yml
parent060095a37370bb37ff3646d81115c3e4bd7bfe42 (diff)
downloadruby-bc23af5f88bbec0412072e537b91602e02d3084e.tar.gz
.travis.yml: make tests silent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58220 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 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: