ruby-changes:21797
From: shyouhei <ko1@a...>
Date: Sat, 26 Nov 2011 15:40:02 +0900 (JST)
Subject: [ruby-changes:21797] shyouhei:r33846 (trunk): * .travis.yml (before_script): wrong name, sorry.
shyouhei 2011-11-26 15:39:54 +0900 (Sat, 26 Nov 2011) New Revision: 33846 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33846 Log: * .travis.yml (before_script): wrong name, sorry. Modified files: trunk/.travis.yml trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 33845) +++ ChangeLog (revision 33846) @@ -1,3 +1,7 @@ +Sat Nov 26 15:39:18 2011 URABE Shyouhei <shyouhei@r...> + + * .travis.yml (before_script): wrong name, sorry. + Sat Nov 26 15:31:34 2011 URABE Shyouhei <shyouhei@r...> * .travis.yml (before-script): autoconf required. Index: .travis.yml =================================================================== --- .travis.yml (revision 33845) +++ .travis.yml (revision 33846) @@ -1,5 +1,5 @@ # no installation... -before-script: autoconf +before_script: autoconf script: "configure && make all test" branches: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/