aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-22 01:38:13 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-22 01:38:13 +0000
commit28747c6720c95fc6474bdda36b1df7a9b6b8b9dd (patch)
treef5ee2884e2a0e18c33711ebd14c7308081b5e79c /.travis.yml
parenteb85645ab11e336233fb48458546fe4e23580260 (diff)
downloadruby-28747c6720c95fc6474bdda36b1df7a9b6b8b9dd.tar.gz
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: