Skip to content

Commit

Permalink
Change appveyor config to allow failures due to SSL cert issues
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Dec 5, 2020
1 parent ad4592e commit 2a1c828
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Expand Up @@ -26,3 +26,13 @@ environment:
- ruby_version: "25-x64"
- ruby_version: "26"
- ruby_version: "26-x64"
matrix:
allow_failures:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"

0 comments on commit 2a1c828

Please sign in to comment.