1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

libcurl4-openssl-dev to maybe avoid SSL errors in tests?

errors like https://github.com/github/choosealicense.com/pull/539#issuecomment-333402497

possible fix found at https://github.com/gjtorikian/html-proofer/issues/376#issuecomment-332770021
This commit is contained in:
Mike Linksvayer 2017-10-04 13:59:15 -07:00 committed by GitHub
parent c400867416
commit b1baa060f2

View File

@ -7,6 +7,11 @@ language: ruby
rvm:
- 2.4.0
addons:
apt:
packages:
- libcurl4-openssl-dev
branches:
only:
- gh-pages