summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-13 07:19:12 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-13 07:19:12 +0000
commit59f1a69aabc19eaf281f9eeb91aa136747ca5dd0 (patch)
tree9d3132ba701cf0b8bdaeed9bd148e6ad8f114494
parentb5b19a7c47ce3f3f67758921b113d0bee1eda916 (diff)
.travis.tml: reintroduce exclusions for osx
Sorry, seen the failures again. Was a wrong idea to delete the --exclude. See https://travis-ci.org/ruby/ruby/jobs/454329443#L2233 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9269df9a88..50ad14b38b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -246,6 +246,7 @@ env:
env:
- "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib'"
- "JOBS=\"-j`sysctl -n hw.activecpu`\""
+ - "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis\""
- &universal-darwin17
name: uinversal.x86_64h-darwin17
@@ -255,6 +256,7 @@ env:
env:
- "CONFIG_FLAG='--with-arch=x86_64h,x86_64,i386'"
- "JOBS=\"-j`sysctl -n hw.activecpu`\""
+ - "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis\""
matrix:
include: