From 28747c6720c95fc6474bdda36b1df7a9b6b8b9dd Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 22 Apr 2014 01:38:13 +0000 Subject: enable test-all and add -j2 on travis-ci git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index af42d585b8..240cd53d20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ before_script: - "make -sj exts" script: - "make test OPTS=-v" -# - "make test-all TESTS='-v'" + - "make test-all TESTS='-qv -j2'" # Branch matrix. Not all branches are Travis-ready so we limit branches here. branches: -- cgit v1.2.3