1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.travis.yml: for r49326

* .travis.yml (before_script): need MAKEDIRS to make enc/trans.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-01-19 13:44:32 +00:00
parent 877875ecfe
commit 97d71ce8f0

View file

@ -50,7 +50,7 @@ before_script:
- "uname -a"
- "uname -r"
- "rm -fr .ext autom4te.cache"
- "make -f common.mk BASERUBY=ruby srcdir=. update-config_files"
- "make -f common.mk BASERUBY=ruby MAKEDIRS='mkdir -p' srcdir=. update-config_files"
- "autoconf"
- "mkdir config_1st config_2nd"
- "./configure -C --disable-install-doc --with-gcc=$CC $OPENSSL_FLAG"