summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-21 03:38:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-21 03:38:52 +0000
commitbf26f847faa4e068ffa117abc6fa0271e2c1c83b (patch)
tree617b0971e7de9914d72cc5050dbe3ca55ef54200 /.travis.yml
parent543acfabdc10420c1076dafb01c2a125e5fa7174 (diff)
Exclude CI platform specific failures by --excludes option
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65265 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 eaabafd6e1..9d0ae868cb 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\""
+ - "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.