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

ruby-changes:37095

From: hsbt <ko1@a...>
Date: Thu, 8 Jan 2015 11:39:29 +0900 (JST)
Subject: [ruby-changes:37095] hsbt:r49176 (trunk): * .travis.yml: Remove redundant configuration option.

hsbt	2015-01-08 11:39:23 +0900 (Thu, 08 Jan 2015)

  New Revision: 49176

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

  Log:
    * .travis.yml: Remove redundant configuration option.
      [fix GH-809] Patch by @gxworld

  Modified files:
    trunk/.travis.yml
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 49175)
+++ ChangeLog	(revision 49176)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Jan  8 11:39:18 2015  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* .travis.yml: Remove redundant configuration option.
+	  [fix GH-809] Patch by @gxworld
+
 Thu Jan  8 07:17:14 2015  Eric Wong  <e@8...>
 
 	* lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 49175)
+++ .travis.yml	(revision 49176)
@@ -53,7 +53,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L53
   - "make -f common.mk BASERUBY=ruby srcdir=. update-config_files"
   - "autoconf"
   - "mkdir config_1st config_2nd"
-  - "./configure -C --disable-install-doc --disable-install-rdoc --with-gcc=$CC $OPENSSL_FLAG"
+  - "./configure -C --disable-install-doc --with-gcc=$CC $OPENSSL_FLAG"
   - "cp -pr config.status .ext/include config_1st"
   - "make reconfig"
   - "cp -pr config.status .ext/include config_2nd"

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

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