ruby-changes:52932
From: shyouhei <ko1@a...>
Date: Thu, 18 Oct 2018 11:22:32 +0900 (JST)
Subject: [ruby-changes:52932] shyouhei:r65146 (trunk): .travis.yml: should escape spaces
shyouhei 2018-10-18 11:22:26 +0900 (Thu, 18 Oct 2018) New Revision: 65146 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65146 Log: .travis.yml: should escape spaces workarounds for https://github.com/travis-ci/travis-ci/issues/1444 Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65145) +++ .travis.yml (revision 65146) @@ -65,7 +65,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L65 # 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...:/usr/local/opt/zlib'" - - "JOBS=-j`sysctl -n hw.activecpu`" + - "JOBS=\"-j`sysctl -n hw.activecpu`\"" before_install: # Bare "brew update" nukes everything. # These steps are very carefully chosen to avoid breaking things. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/