language: ruby rvm: - 2.3.3 script: - set -e # halt script on error - bundle exec jekyll build - bundle exec htmlproofer ./_site env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer sudo: false