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

ruby-changes:53809

From: nobu <ko1@a...>
Date: Tue, 27 Nov 2018 17:39:43 +0900 (JST)
Subject: [ruby-changes:53809] nobu:r66027 (trunk): .travis.yml: split commands

nobu	2018-11-27 17:39:38 +0900 (Tue, 27 Nov 2018)

  New Revision: 66027

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

  Log:
    .travis.yml: split commands

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 66026)
+++ .travis.yml	(revision 66027)
@@ -344,11 +344,10 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L344
   - "$SETARCH make reconfig"
   - "cp -pr config.cache config.status .ext/include ../config_2nd"
   - "(cd .. && exec diff -ru config_1st config_2nd)"
-  - |-
-    chmod u+w ..
-    rm -r ~/config_2nd
-    mv ../config_2nd ~
-    chmod u-w ..
+  - "chmod u+w .."
+  - "rm -r ~/config_2nd"
+  - "mv ../config_2nd ~"
+  - "chmod u-w .."
   - "$SETARCH make -s $JOBS && make install"
   - "ccache --show-stats"
 

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

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