1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
naruse 2014-04-22 01:38:13 +00:00
parent eb85645ab1
commit 28747c6720

View file

@ -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: