From 5fa9e5c3668bb947039146e8dc6279ce71d8d9fe Mon Sep 17 00:00:00 2001 From: shyouhei Date: Sat, 26 Nov 2011 06:41:29 +0000 Subject: * .travis.yml (script): should be ./configure git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.3