* .travis.yml (script): add OPTS=-v, requested by @_ko1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
24512ba1b4
commit
b999f95e70
@ -42,7 +42,7 @@ before_script:
|
||||
- "./configure --with-gcc=$CC"
|
||||
- "make -sj encs"
|
||||
- "make -sj exts"
|
||||
script: "make test"
|
||||
script: "make test OPTS=-v"
|
||||
|
||||
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
|
||||
branches:
|
||||
|
Loading…
x
Reference in New Issue
Block a user