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

ruby-changes:24728

From: nobu <ko1@a...>
Date: Wed, 22 Aug 2012 16:34:35 +0900 (JST)
Subject: [ruby-changes:24728] nobu:r36779 (trunk): * .travis.yml (before_script): remove -s for debug.

nobu	2012-08-22 16:34:20 +0900 (Wed, 22 Aug 2012)

  New Revision: 36779

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

  Log:
    * .travis.yml (before_script): remove -s for debug.

  Modified files:
    trunk/.travis.yml

Index: .travis.yml
===================================================================
--- .travis.yml	(revision 36778)
+++ .travis.yml	(revision 36779)
@@ -41,7 +41,7 @@
   - "autoconf"
   - "./configure --with-gcc=$CC"
   - "make -s encs"
-  - "make -sj exts V=1"
+  - "make -j exts V=1"
 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/

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