1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

also check HTML

This commit is contained in:
Ben Balter 2015-03-07 12:58:57 -05:00
parent e32971e277
commit 18be645772

View File

@ -9,6 +9,6 @@ end
task :test do
sh "bundle exec jekyll build --trace"
HTML::Proofer.new("./_site").run
HTML::Proofer.new("./_site", :check_html => true).run
Rake::Task["spec"].invoke
end