Created
September 22, 2015 19:09
-
-
Save ibotdotout/96c3b980cdecef2c7ee4 to your computer and use it in GitHub Desktop.
travis with jekyll
This file contains 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
sudo: false | |
language: ruby | |
rvm: | |
- 2.2 | |
script: | |
- bundle exec jekyll build | |
- bundle exec htmlproof ./_site --disable-external | |
env: | |
global: | |
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment