aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-16 11:44:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-16 12:15:55 +0900
commit466d3e68da5df4f76d87332ff6786a391cc8bde4 (patch)
tree89bd45963fa2745cdc7278c263cc367a429c82eb /.travis.yml
parentb52862d35f21710d473921b625f2104be01db900 (diff)
downloadruby-466d3e68da5df4f76d87332ff6786a391cc8bde4.tar.gz
Just update sources in CI without fetching
Also install external libraries only, extract-gems does not work unless base ruby is available.
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 20a70a2fc1..59f50283db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -410,7 +410,7 @@ env:
- "> .rbconfig.time"
- sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
- make touch-unicode-files
- - make -s $JOBS $UPDATE_UNICODE up
+ - make -s $JOBS $UPDATE_UNICODE -o update-src up
- make -s $JOBS srcs
- rm -f config.status Makefile rbconfig.rb .rbconfig.time
- $SETARCH ./configure -C --disable-install-doc --prefix=$RUBY_PREFIX --disable-rubygems 'optflags=-O0' 'debugflags=-save-temps=obj -g'