* .travis.yml (before_script): wrong name, sorry.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2011-11-26 06:39:54 +00:00
Родитель 5606f11e36
Коммит 474635843b
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,5 @@
# no installation...
before-script: autoconf
before_script: autoconf
script: "configure && make all test"
branches:

Просмотреть файл

@ -1,3 +1,7 @@
Sat Nov 26 15:39:18 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
* .travis.yml (before_script): wrong name, sorry.
Sat Nov 26 15:31:34 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
* .travis.yml (before-script): autoconf required.