aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-26 06:39:54 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-26 06:39:54 +0000
commit474635843b840e508841278fc65d5979bcc52bc2 (patch)
tree04de28d9e5b6e70011137653f4d04e8826ac15b2 /.travis.yml
parent5606f11e36db91220a6f9ad57901c7d2b8589de0 (diff)
downloadruby-474635843b840e508841278fc65d5979bcc52bc2.tar.gz
* .travis.yml (before_script): wrong name, sorry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: