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 3a86b5f commit 9d46437Copy full SHA for 9d46437
appveyor.yml
@@ -36,6 +36,7 @@ environment:
36
matrix:
37
- ruby_version: "25-x64"
38
- ruby_version: "26-x64"
39
+ matrix:
40
allow_failures:
41
- 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).
42
- 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).
0 commit comments