Skip to content

Instantly share code, notes, and snippets.

@sihugh
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save sihugh/78705cfd742e684bc113 to your computer and use it in GitHub Desktop.

Select an option

Save sihugh/78705cfd742e684bc113 to your computer and use it in GitHub Desktop.
Basic Travis file for github-pages test
language: ruby
rvm:
- 2.1
script: jekyll build && htmlproof ./_site
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