.travis.yml: ignore non-existent files

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-12-28 04:28:16 +00:00
parent 971e1aaf63
commit e23a166995

View File

@ -332,7 +332,7 @@ before_script:
- sed -f tool/prereq.status Makefile.in common.mk > Makefile - sed -f tool/prereq.status Makefile.in common.mk > Makefile
- make -s $JOBS update-download - make -s $JOBS update-download
- make -s $JOBS srcs - make -s $JOBS srcs
- rm config.status Makefile rbconfig.rb .rbconfig.time - rm -f config.status Makefile rbconfig.rb .rbconfig.time
- |- - |-
if [ -d ~/config_2nd ]; then if [ -d ~/config_2nd ]; then
cp -pr ~/config_2nd build cp -pr ~/config_2nd build