ruby-changes:46411
From: nobu <ko1@a...>
Date: Tue, 2 May 2017 22:16:09 +0900 (JST)
Subject: [ruby-changes:46411] nobu:r58544 (trunk): .travis.yml: tweek after-update
nobu 2017-05-02 22:16:04 +0900 (Tue, 02 May 2017) New Revision: 58544 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58544 Log: .travis.yml: tweek after-update * .travis.yml (before_script): get rid of making miniruby at after-update. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 58543) +++ .travis.yml (revision 58544) @@ -44,7 +44,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L44 - "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=" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/