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
Родитель eb85645ab1
Коммит 28747c6720
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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