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

* .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:
shyouhei 2012-11-19 06:41:43 +00:00
parent 24512ba1b4
commit b999f95e70
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -1,3 +1,7 @@
Mon Nov 19 15:40:50 2012 URABE Shyouhei <shyouhei@ruby-lang.org>
* .travis.yml (script): add OPTS=-v, requested by @_ko1.
Mon Nov 19 15:09:07 2012 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in: fix didn't enable_dtrace=yes on auto.