[前][次][番号順一覧][スレッド一覧]

ruby-changes:21796

From: shyouhei <ko1@a...>
Date: Sat, 26 Nov 2011 15:33:06 +0900 (JST)
Subject: [ruby-changes:21796] shyouhei:r33845 (trunk): * .travis.yml (before-script): autoconf required.

shyouhei	2011-11-26 15:32:54 +0900 (Sat, 26 Nov 2011)

  New Revision: 33845

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33845

  Log:
    * .travis.yml (before-script): autoconf required.

  Modified files:
    trunk/.travis.yml
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33844)
+++ ChangeLog	(revision 33845)
@@ -1,3 +1,7 @@
+Sat Nov 26 15:31:34 2011  URABE Shyouhei  <shyouhei@r...>
+
+	* .travis.yml (before-script): autoconf required.
+
 Sat Nov 26 15:24:05 2011  URABE Shyouhei  <shyouhei@r...>
 
 	* .travis.yml: Travis enable.
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 33844)
+++ .travis.yml	(revision 33845)
@@ -1,4 +1,5 @@
 # no installation...
+before-script: autoconf
 script: "configure && make all test"
 
 branches:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]