From e2ea82908a0f155ec1c47dcba85471537691aa3e Mon Sep 17 00:00:00 2001 From: amai2012 Date: Thu, 17 May 2018 13:48:06 +0200 Subject: [PATCH] #5718: temporarily disable make validateXMLV2 on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 747011035..a464952f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,7 @@ script: # run extra tests - tools/generate_and_run_more_tests.sh # Validate XML - - make validateXMLV2 +# - make validateXMLV2 # check test/cfg - make checkcfg - make validateCFG