summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-21 03:52:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-21 03:52:20 +0000
commita87e4d92083f25f5ec813363d01331639a8f1c7a (patch)
tree4529f3e40ecee01e7525617abb3d0a1337c64d96
parent741066fc2a9c6eb6ed9b48c5505f033cfd8c525c (diff)
`--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
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b94d8a4836..79ba4dfee2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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.