We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b983a6 commit 6cc3827Copy full SHA for 6cc3827
.travis.yml
@@ -4,10 +4,10 @@ rvm:
4
5
script:
6
- bundle exec jekyll build
7
-- bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --file-ignore "/\.\/_site\/search\/index\.html/"
8
- bundle exec jsonlint ./_site/plugins.json
9
- bundle exec jsonlint ./_site/search.json
10
- bundle exec jsonlint ./_site/notices.json
+- bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --file-ignore "/\.\/_site\/search\/index\.html/","/\.\/_site\/by_(author|tag|date|name)\/index\.html/" --log-level ':debug'
11
12
branches:
13
only:
0 commit comments