1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.travis.tml: reintroduce exclusions for osx

Sorry, seen the failures again.  Was a wrong idea to delete
the --exclude.

See 454329443 (L2233)


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2018-11-13 07:19:12 +00:00
parent b5b19a7c47
commit 59f1a69aab

View file

@ -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: