From 8dcc520467eebc9180ed826e8e9ee60a8b1c23b2 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 11 Nov 2018 22:58:49 +0000 Subject: [PATCH] Fix Travis build --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 839e700..1b3b8ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,14 @@ language: ruby rvm: - 2.2.2 +addons: + apt: + packages: + - libcurl4-openssl-dev # required to avoid SSL errors sudo: false script: - bundle exec jekyll build - bundle exec htmlproofer '_site/' --allow-hash-href --check-html --http-status-ignore 0 - env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer