We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a6776 commit 07594a0Copy full SHA for 07594a0
appveyor.yml
@@ -4,7 +4,13 @@ clone_depth: 5
4
build: off
5
matrix:
6
fast_finish: true
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"
14
services:
15
- mssql2014
16
@@ -33,11 +39,3 @@ environment:
33
39
secure: VChrioaIWkf9iuuaSs4cryiA4honrADgZqNC0++begg=
34
40
CI_AZURE_PASS:
35
41
secure: cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
36
- matrix:
37
- allow_failures:
38
- - ruby_version: "25"
- - ruby_version: "25-x64"
- - ruby_version: "26"
- - ruby_version: "26-x64"
42
- - ruby_version: "27"
43
- - ruby_version: "27-x64"
0 commit comments