From 474635843b840e508841278fc65d5979bcc52bc2 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Sat, 26 Nov 2011 06:39:54 +0000 Subject: [PATCH] * .travis.yml (before_script): wrong name, sorry. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 2 +- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3f9ae2f1b..7d8e8dc335 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ # no installation... -before-script: autoconf +before_script: autoconf script: "configure && make all test" branches: diff --git a/ChangeLog b/ChangeLog index 6123cf7ee9..95b538d648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Nov 26 15:39:18 2011 URABE Shyouhei + + * .travis.yml (before_script): wrong name, sorry. + Sat Nov 26 15:31:34 2011 URABE Shyouhei * .travis.yml (before-script): autoconf required.