From b11537341fbd56dedaa1bd961196f13a91b96309 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 8 Aug 2014 19:42:53 -0400 Subject: [PATCH] Disable htmlproof for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd4bdd8..2251af8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: script: - bundle exec jekyll build --drafts - - bundle exec htmlproof ./_site +# - bundle exec htmlproof ./_site notifications: email: false