From 59f1a69aabc19eaf281f9eeb91aa136747ca5dd0 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 13 Nov 2018 07:19:12 +0000 Subject: [PATCH] .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 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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: