Fix Travis build

This commit is contained in:
rubenwardy 2018-11-11 22:58:49 +00:00 committed by GitHub
parent c76ebb9b34
commit 8dcc520467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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