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

ruby-changes:21798

From: shyouhei <ko1@a...>
Date: Sat, 26 Nov 2011 15:41:40 +0900 (JST)
Subject: [ruby-changes:21798] shyouhei:r33847 (trunk): * .travis.yml (script): should be ./configure

shyouhei	2011-11-26 15:41:29 +0900 (Sat, 26 Nov 2011)

  New Revision: 33847

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

  Log:
    * .travis.yml (script): should be ./configure

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

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33846)
+++ ChangeLog	(revision 33847)
@@ -1,3 +1,7 @@
+Sat Nov 26 15:40:25 2011  URABE Shyouhei  <shyouhei@r...>
+
+	* .travis.yml (script): should be ./configure
+
 Sat Nov 26 15:39:18 2011  URABE Shyouhei  <shyouhei@r...>
 
 	* .travis.yml (before_script): wrong name, sorry.
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 33846)
+++ .travis.yml	(revision 33847)
@@ -1,6 +1,6 @@
 # no installation...
 before_script: autoconf
-script: "configure && make all test"
+script: "./configure && make all test"
 
 branches:
   only:

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

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