summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-04 13:15:24 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-04 13:15:24 +0000
commitf984a40e2312be9ce2ff23c5ff2360db0e60bcfd (patch)
treeb55f4fae9ec392ed32958aaf6727fc22c155bb69 /.travis.yml
parent631086b7843601b06d6eecba842320dce99d0994 (diff)
.travis.yml: config_2nd may not exist in ~/
https://travis-ci.org/ruby/ruby/jobs/463317607 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f00efeb8c7..6004cf50db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -355,7 +355,7 @@ before_script:
- 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
+ - rm -rf ~/config_2nd
- mv ../config_2nd ~
- chmod u-w ..
- $SETARCH make -s $JOBS && make install