From 81792c29d36c06d4bf0c39ff8c658c018f45a509 Mon Sep 17 00:00:00 2001 From: Isaac Goodman <19215069+isaacdgoodman@users.noreply.github.com> Date: Mon, 24 Sep 2018 10:26:32 -0700 Subject: [PATCH] Use OpenSSL instead of GnuTLS (#7010) Merge pull request 7010 --- docs/_docs/continuous-integration/travis-ci.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/_docs/continuous-integration/travis-ci.md b/docs/_docs/continuous-integration/travis-ci.md index b2fa7862..29dd3483 100644 --- a/docs/_docs/continuous-integration/travis-ci.md +++ b/docs/_docs/continuous-integration/travis-ci.md @@ -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