Skip to content

Commit

Permalink
Change appveyor config to allow failures due to rubygems SSL cert error
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Dec 5, 2020
1 parent 9065f01 commit e616111
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
skip_commits:
files:
- "*.md"
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler
Expand All @@ -20,3 +23,7 @@ environment:
- ruby_version: "25-x64"
- ruby_version: "26"
- ruby_version: "26-x64"
matrix:
allow_failures:
- ruby_version: "23"
- ruby_version: "23-x64"

0 comments on commit e616111

Please sign in to comment.