From 1635b0978b22af4ea9682fd283a5bf139a616425 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sat, 24 Dec 2016 14:15:23 -0500 Subject: .travis.yml: update tidy test - Exclude google webmaster verification file; - Show filename:line:column in errors and warnings. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 022258b0..5980c02a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ install: - pip install -r requirements.txt script: - python pyblog generate - - find build -name '*.html' -print0 | while IFS= read -r -d '' file; do tidy -q -e "$file"; done + - find build -path 'build/google*.html' -o -name '*.html' -print0 | xargs -0 tidy -q -e --gnu-emacs yes -- cgit v1.2.1