Skip to content

Commit 3a86b5f

Browse files
committed
Updated matrix to allow failures
1 parent 0bab3ea commit 3a86b5f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ environment:
3434
CI_AZURE_PASS:
3535
secure: cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
3636
matrix:
37-
# - 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).
3837
- ruby_version: "25-x64"
39-
# - 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).
4038
- ruby_version: "26-x64"
41-
# - ruby_version: "27" # Ruby version not installed on AppVeyor Windows instance.
42-
# - ruby_version: "27-x64" # Ruby version not installed on AppVeyor Windows instance.
39+
allow_failures:
40+
- 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).
41+
- 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).
42+
- ruby_version: "27" # Ruby version not installed on AppVeyor Windows instance.
43+
- ruby_version: "27-x64" # Ruby version not installed on AppVeyor Windows instance.

0 commit comments

Comments
 (0)