summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-18 02:22:26 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-18 02:22:26 +0000
commitb0dd7902b8f00b93794165aa6bcc000930cd2987 (patch)
treee1b022089427b367339f051ee56e9d4fc923e0c7 /.travis.yml
parent8b2f7b82a83328b6d549e62685cb92cf5641bd0a (diff)
.travis.yml: should escape spaces
workarounds for https://github.com/travis-ci/travis-ci/issues/1444 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c114af3b4..cd67875e24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,7 +65,7 @@ matrix:
# 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'"
- - "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.