Created
February 11, 2015 23:19
-
-
Save GarthDB/f7018996c1eb1475be1a to your computer and use it in GitHub Desktop.
Travis Rakefile
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
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