Skip to content

Commit

Permalink
Change appveyor to allow failures on older Rubies due to SSL cert issues
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Dec 9, 2020
1 parent 8a71c0f commit b8a44da
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
skip_commits:
files:
- "examples/**"
- "*.md"
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler -v '< 2.0'
Expand Down Expand Up @@ -26,3 +30,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 b8a44da

Please sign in to comment.