diff options
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 35eec4b..7239c6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,14 @@ +sudo: false language: ruby -rvm: -- 2.3.3 addons: apt: packages: - libcurl4-openssl-dev # Required to avoid TLS errors +env: + global: + - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer 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 |