ruby-changes:24873
From: nobu <ko1@a...>
Date: Sat, 8 Sep 2012 18:32:12 +0900 (JST)
Subject: [ruby-changes:24873] nobu:r36924 (trunk): .travis.yml: revert.
nobu 2012-09-08 18:31:18 +0900 (Sat, 08 Sep 2012) New Revision: 36924 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36924 Log: .travis.yml: revert. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 36923) +++ .travis.yml (revision 36924) @@ -42,7 +42,7 @@ - "./configure --with-gcc=$CC" - "make -sj encs" - "make -sj exts" -script: "make test TESTOPTS=-v" +script: "make test" # 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/