Skip to content

Commit 6cc3827

Browse files
committed
Reduce run time of travis build's html check step
We don't need to check all links on the internal listing pages. Also switched to debug output for some more progress reporting.
1 parent 4b983a6 commit 6cc3827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ rvm:
44

55
script:
66
- bundle exec jekyll build
7-
- bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --file-ignore "/\.\/_site\/search\/index\.html/"
87
- bundle exec jsonlint ./_site/plugins.json
98
- bundle exec jsonlint ./_site/search.json
109
- bundle exec jsonlint ./_site/notices.json
10+
- 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'
1111

1212
branches:
1313
only:

0 commit comments

Comments
 (0)