Skip to content

Commit 88a6776

Browse files
committed
Update appveyor.yml
1 parent 01e1db2 commit 88a6776

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ environment:
3535
secure: cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
3636
matrix:
3737
allow_failures:
38-
- 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).
38+
- ruby_version: "25"
3939
- ruby_version: "25-x64"
40-
- 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).
40+
- ruby_version: "26"
4141
- ruby_version: "26-x64"
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.
42+
- ruby_version: "27"
43+
- ruby_version: "27-x64"

0 commit comments

Comments
 (0)