summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-27 08:39:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-27 08:39:38 +0000
commitb6f73c90349f70081b4bf9ecf25c7b72aa70e93c (patch)
tree07fea7814eda21af96732ce29aeb9a889a68a09f /.travis.yml
parenta1c4e0c96be2dc305c22e49e56a029ea76240beb (diff)
.travis.yml: split commands
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 66bcfaacfc..d0514c31a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -344,11 +344,10 @@ before_script:
- "$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"