ruby-changes:52929
From: shyouhei <ko1@a...>
Date: Thu, 18 Oct 2018 10:34:50 +0900 (JST)
Subject: [ruby-changes:52929] shyouhei:r65143 (trunk): .travis.yml: fix typo in configure arguments
shyouhei 2018-10-18 10:34:45 +0900 (Thu, 18 Oct 2018) New Revision: 65143 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65143 Log: .travis.yml: fix typo in configure arguments Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65142) +++ .travis.yml (revision 65143) @@ -64,7 +64,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L64 compiler: clang # We are not going to make rdoc here; that is to be done above. env: - - "CONFIG_FLAG='--disable-install-docs --with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib'" + - "CONFIG_FLAG='--disable-install-doc --with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib'" before_install: - "JOBS=-j`sysctl -n hw.activecpu`" # Bare "brew update" nukes everything. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/