Skip to content

Commit 07594a0

Browse files
committed
Update appveyor.yml
1 parent 88a6776 commit 07594a0

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

appveyor.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ clone_depth: 5
44
build: off
55
matrix:
66
fast_finish: true
7-
7+
allow_failures:
8+
- ruby_version: "25"
9+
- ruby_version: "25-x64"
10+
- ruby_version: "26"
11+
- ruby_version: "26-x64"
12+
- ruby_version: "27"
13+
- ruby_version: "27-x64"
814
services:
915
- mssql2014
1016

@@ -33,11 +39,3 @@ environment:
3339
secure: VChrioaIWkf9iuuaSs4cryiA4honrADgZqNC0++begg=
3440
CI_AZURE_PASS:
3541
secure: cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
36-
matrix:
37-
allow_failures:
38-
- ruby_version: "25"
39-
- ruby_version: "25-x64"
40-
- ruby_version: "26"
41-
- ruby_version: "26-x64"
42-
- ruby_version: "27"
43-
- ruby_version: "27-x64"

0 commit comments

Comments
 (0)