summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7d8e8dc335..34d728818a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
# no installation...
before_script: autoconf
-script: "configure && make all test"
+script: "./configure && make all test"
branches:
only:
diff --git a/ChangeLog b/ChangeLog
index 95b538d648..dc81ff8e6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Nov 26 15:40:25 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * .travis.yml (script): should be ./configure
+
Sat Nov 26 15:39:18 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
* .travis.yml (before_script): wrong name, sorry.