Skip to content

Instantly share code, notes, and snippets.

@GarthDB
Created February 11, 2015 23:19
Show Gist options
  • Save GarthDB/f7018996c1eb1475be1a to your computer and use it in GitHub Desktop.
Save GarthDB/f7018996c1eb1475be1a to your computer and use it in GitHub Desktop.
Travis Rakefile
require 'html/proofer'
# rake test
desc "build and test website"
task :test do
sh "bundle exec jekyll build"
HTML::Proofer.new("./_site", {:href_ignore=> ['http://localhost:4000'], :verbose => true}).run
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment