Skip to content

Instantly share code, notes, and snippets.

@jeromelachaud
Created May 14, 2017 21:23
Show Gist options
  • Save jeromelachaud/a22a8acadd0f20eae02bdd97c25c3730 to your computer and use it in GitHub Desktop.
Save jeromelachaud/a22a8acadd0f20eae02bdd97c25c3730 to your computer and use it in GitHub Desktop.
.travis.yml
language: ruby
rvm:
- 2.3.3
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
install: gem install jekyll html-proofer
script: jekyll build && htmlproofer --http-status-ignore "999" check_html=true ./_site
sudo: false
exclude: [vendor]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment