From c4121dd62cf1fadde9687c2807de5b125f2157db Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 2 May 2017 13:16:04 +0000 Subject: .travis.yml: tweek after-update * .travis.yml (before_script): get rid of making miniruby at after-update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58544 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 36690d048b..af90804269 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ before_script: - "cp -pr config.status .ext/include config_2nd" - "diff -ru config_1st config_2nd" - "make touch-unicode-files" - - "make after-update BASERUBY=ruby UNICODE_FILES=." + - "make after-update BASERUBY=ruby BOOTSTRAPRUBY='$(BASERUBY)' MINIRUBY='$(BASERUBY)' UNICODE_FILES=. PREP= CC=false" - "make -s $JOBS" - "make update-rubyspec" - "requests=" -- cgit v1.2.3