summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-02 13:16:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-02 13:16:04 +0000
commit3692fd69ca10fb921db5cc74a6da5eaa66808f38 (patch)
tree68d84701982f3b7ff7a75a4f6230599be394ae89 /.travis.yml
parentd5c776ad58990f64f671e796df5cc6efdbe87677 (diff)
.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
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 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="