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

ruby-changes:24838

From: nobu <ko1@a...>
Date: Mon, 3 Sep 2012 21:09:07 +0900 (JST)
Subject: [ruby-changes:24838] nobu:r36889 (trunk): * .travis.yml (before_script): remove debug flag.

nobu	2012-09-03 21:08:55 +0900 (Mon, 03 Sep 2012)

  New Revision: 36889

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

  Log:
    * .travis.yml (before_script): remove debug flag.

  Modified files:
    trunk/.travis.yml

Index: .travis.yml
===================================================================
--- .travis.yml	(revision 36888)
+++ .travis.yml	(revision 36889)
@@ -40,8 +40,8 @@
 before_script:
   - "autoconf"
   - "./configure --with-gcc=$CC"
-  - "make -s encs"
-  - "make -j exts V=1"
+  - "make -sj encs"
+  - "make -sj exts"
 script: "make test"
 
 # Branch matrix.  Not all branches are Travis-ready so we limit branches here.

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

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