Created
May 14, 2017 21:23
-
-
Save jeromelachaud/a22a8acadd0f20eae02bdd97c25c3730 to your computer and use it in GitHub Desktop.
.travis.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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