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

.travis.yml: delete duplicated --disable-install-doc [ci skip]

The flag was already specified inside of before_script



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2018-10-19 07:36:31 +00:00
parent f98d3ce0f2
commit 0acb7ce1a8

View file

@ -66,9 +66,8 @@ matrix:
- name: x86_64-darwin17
os: osx
compiler: clang
# We are not going to make rdoc here; that is to be done above.
env:
- "CONFIG_FLAG='--disable-install-doc --with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib'"
- "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib'"
- "JOBS=\"-j`sysctl -n hw.activecpu`\""
before_install:
# Bare "brew update" nukes everything.
@ -82,20 +81,20 @@ matrix:
# os: osx
# compiler: clang
# env:
# - "CONFIG_FLAG='--with-arch=i386 --disable-install-doc'"
# - "CONFIG_FLAG='--with-arch=i386'"
# - "JOBS=\"-j`sysctl -n hw.activecpu`\""
# - name: uinversal.x86_64h-darwin17
# os: osx
# compiler: clang
# env:
# - "CONFIG_FLAG='--with-arch=x86_64h --disable-install-doc'"
# - "CONFIG_FLAG='--with-arch=x86_64h'"
# - "JOBS=\"-j`sysctl -n hw.activecpu`\""
- name: i686-linux
os: linux
sudo: required
compiler: "'gcc-8 -m32'"
env:
- "CONFIG_FLAG='--disable-install-doc debugflags=-g0'"
- "CONFIG_FLAG='debugflags=-g0'"
- "JOBS=-j`nproc`"
- "SETARCH='setarch i686 --verbose --3gb'"
before_install:
@ -152,7 +151,6 @@ matrix:
-Wunused-variable
)
CONFIG_FLAG_ARRAY=(
--disable-install-doc
optflags=-O0
debugflags=-g0
warnflags="${warnflags_array[*]}"