aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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