Skip to content

Instantly share code, notes, and snippets.

@ibotdotout
Created September 22, 2015 19:09
Show Gist options
  • Save ibotdotout/96c3b980cdecef2c7ee4 to your computer and use it in GitHub Desktop.
Save ibotdotout/96c3b980cdecef2c7ee4 to your computer and use it in GitHub Desktop.
travis with jekyll
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