From 978bc7c1507bf5a3bd03c07b73cfef311428af75 Mon Sep 17 00:00:00 2001 From: amai2012 Date: Sun, 20 May 2018 14:54:38 +0200 Subject: [PATCH] Activate validation of --errorlist output (#1248) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a464952f3..38e8a4e1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,6 +77,8 @@ script: - tools/generate_and_run_more_tests.sh # Validate XML # - make validateXMLV2 + - ${CPPCHECK} --errorlist >/tmp/errorlist.xml + - xmllint --noout --relaxng xmlV2.rng /tmp/errorlist.xml # check test/cfg - make checkcfg - make validateCFG