From 60892f37d9b6bb2591ee086c4019f60955484266 Mon Sep 17 00:00:00 2001 From: Christian Vervoorts Date: Tue, 23 Feb 2016 16:07:45 +0100 Subject: [PATCH] The main index.html is safe to ignore --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 06acdda..d3903d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ branches: - gh-pages rvm: 2.3.0 -script: bundle exec jekyll build && bundle exec htmlproof -t --check-html --disable-external ./_site +script: bundle exec jekyll build && bundle exec htmlproof --file-ignore ./_site/index.html --check-html --disable-external ./_site install: bundle install env: