summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-13 23:06:49 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-13 23:06:49 +0000
commit3bd8eb6849610164f34a653df34abaff1e85faa8 (patch)
tree10c82d2070d0213bec80f6531303f9436c6f71cf /.travis.yml
parent6876140d37f36a55b790f40427fb7af7493512c8 (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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: