Use OpenSSL instead of GnuTLS (#7010)

Merge pull request 7010
This commit is contained in:
Isaac Goodman 2018-09-24 10:26:32 -07:00 committed by jekyllbot
parent a0c2e65ed7
commit 81792c29d3
1 changed files with 5 additions and 0 deletions

View File

@ -109,6 +109,11 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
addons:
apt:
packages:
- libcurl4-openssl-dev
sudo: false # route your build to the container-based infrastructure for a faster build
cache: bundler # caching bundler gem packages will speed up build