From 38290120c9530f7cb5db987debaf1f764f17004e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Wed, 9 Oct 2013 01:58:37 +0200 Subject: [PATCH] travis: add another check for xml2 + inconclusive + verbose. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d33e4a919..178a9d087 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,8 @@ script: - ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v2.xml --title "xml2 test" --report-dir . --source-dir ../test/ - ../cppcheck ../gui/test --enable=all --inconclusive --xml-version=2 2> gui_test.xml - ./cppcheck-htmlreport --file ./gui_test.xml --title "xml2 + inconclusive test" --report-dir . --source-dir ../gui/test + - ../cppcheck ../gui/test --enable=all --inconclusive --verbose --xml-version=2 2> gui_test.xml + - ./cppcheck-htmlreport --file ./gui_test.xml --title "xml2 + inconclusive + verbose test" --report-dir . --source-dir ../gui/test - cd ../ - mkdir install_test - make DESTDIR=install_test install