ruby-changes:24872
From: nobu <ko1@a...>
Date: Sat, 8 Sep 2012 18:18:59 +0900 (JST)
Subject: [ruby-changes:24872] nobu:r36923 (trunk): debugging
nobu 2012-09-08 18:18:50 +0900 (Sat, 08 Sep 2012) New Revision: 36923 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36923 Log: debugging * .travis.yml (script): verbose to investigate hang-ups on gcc 4.6. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 36922) +++ .travis.yml (revision 36923) @@ -42,7 +42,7 @@ - "./configure --with-gcc=$CC" - "make -sj encs" - "make -sj exts" -script: "make test" +script: "make test TESTOPTS=-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/