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:
parent
eb85645ab1
commit
28747c6720
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ before_script:
|
||||||
- "make -sj exts"
|
- "make -sj exts"
|
||||||
script:
|
script:
|
||||||
- "make test OPTS=-v"
|
- "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.
|
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue