From 0acb7ce1a84ec581d51e6d953a4486368fc40f39 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 19 Oct 2018 07:36:31 +0000 Subject: [PATCH] .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 --- .travis.yml | 10 ++++------ 1 file 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[*]}"