1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-01 08:03:02 +02:00

Merge pull request #342 from github/jekyll3-tests-cleanup

Fix #341 tests that broke post Jekyll 3 upgrade
This commit is contained in:
Mike Linksvayer 2016-02-03 10:08:16 -08:00
commit c58e248d9d
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ task :test do
sh "bundle exec jekyll build --trace"
Rake::Task["spec"].invoke
HTML::Proofer.new("./_site", :check_html => true,
:validation => { :ignore_script_embeds => true },
:href_swap => { %r{http://choosealicense.com} => "" }).run
end

View File

@ -41,6 +41,7 @@ gems:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-coffeescript
sass:
sass_dir: _sass