From a87e4d92083f25f5ec813363d01331639a8f1c7a Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 21 Oct 2018 03:52:20 +0000 Subject: `--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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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. -- cgit v1.2.3