ruby-changes:25661
From: shyouhei <ko1@a...>
Date: Mon, 19 Nov 2012 15:41:54 +0900 (JST)
Subject: [ruby-changes:25661] shyouhei:r37718 (trunk): * .travis.yml (script): add OPTS=-v, requested by @_ko1.
shyouhei 2012-11-19 15:41:43 +0900 (Mon, 19 Nov 2012) New Revision: 37718 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37718 Log: * .travis.yml (script): add OPTS=-v, requested by @_ko1. Modified files: trunk/.travis.yml trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 37717) +++ ChangeLog (revision 37718) @@ -1,3 +1,7 @@ +Mon Nov 19 15:40:50 2012 URABE Shyouhei <shyouhei@r...> + + * .travis.yml (script): add OPTS=-v, requested by @_ko1. + Mon Nov 19 15:09:07 2012 NARUSE, Yui <naruse@r...> * configure.in: fix didn't enable_dtrace=yes on auto. Index: .travis.yml =================================================================== --- .travis.yml (revision 37717) +++ .travis.yml (revision 37718) @@ -42,7 +42,7 @@ - "./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: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/