1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Quote $(TESTSDIR)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-10-21 03:42:46 +00:00
parent 1c8ddda933
commit 741066fc2a

View file

@ -69,7 +69,7 @@ matrix:
- "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib'"
# osx build randomly fails with -j
- "JOBS="
- "TEST_ALL_TESTOPTS=\"--color=never --job-status=replace\" --excludes=$(TESTSDIR)/excludes/_travis"
- "TEST_ALL_TESTOPTS=\"--color=never --job-status=replace\" --excludes='$(TESTSDIR)/excludes/_travis'"
before_install:
# Bare "brew update" nukes everything.
# These steps are very carefully chosen to avoid breaking things.