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

ruby-changes:30534

From: nobu <ko1@a...>
Date: Mon, 19 Aug 2013 08:37:35 +0900 (JST)
Subject: [ruby-changes:30534] nobu:r42613 (trunk): * .travis.yml (before_script): fix copy&paste miss.

nobu	2013-08-19 08:37:30 +0900 (Mon, 19 Aug 2013)

  New Revision: 42613

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

  Log:
    * .travis.yml (before_script): fix copy&paste miss.

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 42612)
+++ .travis.yml	(revision 42613)
@@ -42,7 +42,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L42
   - "autoconf"
   - "mkdir config_1st config_2nd"
   - "./configure -C --with-gcc=$CC"
-  - "cp -pr config.status .ext/include config_1nd"
+  - "cp -pr config.status .ext/include config_1st"
   - "make reconfig"
   - "cp -pr config.status .ext/include config_2nd"
   - "diff -ru config_1nd config_2nd"

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

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