summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-19 07:36:31 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-19 07:36:31 +0000
commit0acb7ce1a84ec581d51e6d953a4486368fc40f39 (patch)
tree321c3302aba305568866f338b83daa20e7a1715b /.travis.yml
parentf98d3ce0f2c93474ace48dc0fa144e1eaf102f4a (diff)
.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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e731f3d9e..fcfbdb3a41 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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[*]}"