Skip to content

Commit

Permalink
Update Appveyor to use Tls security
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwilner committed Sep 18, 2018
1 parent 65dbdbb commit f85e390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: 1.0.{build}

install:
- ps: |
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls
- cmd: >-
gem install nokogiri -v 1.6.8.1
Expand Down

0 comments on commit f85e390

Please sign in to comment.