From a3a4bfee3d1acf00fc35e9f48738d7e6adce6ca0 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 30 Jun 2015 20:33:41 -0700 Subject: .travis.yml: rename tidy5 to tidy The tidy5 executable has been renamed to tidy for the 5.0.0 release. See https://github.com/htacg/tidy-html5/commit/1e70fc6f15190a0ee497232daeb506241c6f9eba. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 121e1a4a..7633d378 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ install: - pip install -r requirements.txt script: - python pyblog generate - - find build -name '*.html' -print0 | while IFS= read -r -d '' file; do tidy5 -q -e "$file"; done + - find build -name '*.html' -print0 | while IFS= read -r -d '' file; do tidy -q -e "$file"; done -- cgit v1.2.1