From 3bd8eb6849610164f34a653df34abaff1e85faa8 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 13 Nov 2018 23:06:49 +0000 Subject: test/excludes/../TestWEBrickUtils.rb: exclude unstable test for now. This seems to get unstable after r65691. test/excludes/_travis/osx: renamed from test/excludes/_travis because it's only for osx builds. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b6d6673573..906a7e55eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -246,7 +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\"" + - "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis/osx\"" - &universal-darwin17 name: uinversal.x86_64h-darwin17 @@ -256,7 +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\"" + - "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis/osx\"" matrix: include: -- cgit v1.2.3