Skip to content

Commit 01e1db2

Browse files
committed
Update appveyor.yml
1 parent 9d46437 commit 01e1db2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ environment:
3333
secure: VChrioaIWkf9iuuaSs4cryiA4honrADgZqNC0++begg=
3434
CI_AZURE_PASS:
3535
secure: cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
36-
matrix:
37-
- ruby_version: "25-x64"
38-
- ruby_version: "26-x64"
3936
matrix:
4037
allow_failures:
4138
- ruby_version: "25" # Fails because of "File does not exist: tiny_tds/tiny_tds" error (See https://github.com/rails-sqlserver/tiny_tds/issues/391).
39+
- ruby_version: "25-x64"
4240
- ruby_version: "26" # Fails because of "File does not exist: tiny_tds/tiny_tds" error (See https://github.com/rails-sqlserver/tiny_tds/issues/391).
41+
- ruby_version: "26-x64"
4342
- ruby_version: "27" # Ruby version not installed on AppVeyor Windows instance.
4443
- ruby_version: "27-x64" # Ruby version not installed on AppVeyor Windows instance.

0 commit comments

Comments
 (0)