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

--excludes option must be in TEST_ALL_TESTOPTS

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

View file

@ -69,7 +69,7 @@ matrix:
- "CONFIG_FLAG='--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'"
# osx build randomly fails with -j # osx build randomly fails with -j
- "JOBS=" - "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: before_install:
# Bare "brew update" nukes everything. # Bare "brew update" nukes everything.
# These steps are very carefully chosen to avoid breaking things. # These steps are very carefully chosen to avoid breaking things.