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

.travis.yml: exts is not needed for tests here

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-05-27 05:18:52 +00:00
parent f9afb444fe
commit e7ff862257

View file

@ -61,7 +61,7 @@ before_script:
script: script:
- "make -s test TESTOPTS=--color=never" - "make -s test TESTOPTS=--color=never"
- "make -s $JOBS test-all TESTOPTS='-q --color=never --job-status=normal'" - "make -s $JOBS test-all -o exts TESTOPTS='-q --color=never --job-status=normal'"
- "make -s $JOBS test-rubyspec MSPECOPT=-j" - "make -s $JOBS test-rubyspec MSPECOPT=-j"
# 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.