* .travis.yml: Remove redundant configuration option.
[fix GH-809] Patch by @gxworld git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
89ba151440
commit
c4675d865a
@ -53,7 +53,7 @@ before_script:
|
||||
- "make -f common.mk BASERUBY=ruby srcdir=. update-config_files"
|
||||
- "autoconf"
|
||||
- "mkdir config_1st config_2nd"
|
||||
- "./configure -C --disable-install-doc --disable-install-rdoc --with-gcc=$CC $OPENSSL_FLAG"
|
||||
- "./configure -C --disable-install-doc --with-gcc=$CC $OPENSSL_FLAG"
|
||||
- "cp -pr config.status .ext/include config_1st"
|
||||
- "make reconfig"
|
||||
- "cp -pr config.status .ext/include config_2nd"
|
||||
|
Loading…
x
Reference in New Issue
Block a user