Merge pull request #3622 from fulldecent/patch-1

Merge pull request 3622
This commit is contained in:
Parker Moore 2015-03-27 10:10:12 -07:00
commit 6d3fc08a40
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ customizable. If your script won't change much, you can write your test
incantation here directly: incantation here directly:
{% highlight yaml %} {% highlight yaml %}
install: gem install jekyll html-proofer
script: jekyll build && htmlproof ./_site script: jekyll build && htmlproof ./_site
{% endhighlight %} {% endhighlight %}