From f984a40e2312be9ce2ff23c5ff2360db0e60bcfd Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 4 Dec 2018 13:15:24 +0000 Subject: .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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3