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:
parent
f9afb444fe
commit
e7ff862257
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue