diff --git a/.travis.yml b/.travis.yml index 94f3c3c50..9e2d7d468 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,9 +77,6 @@ script: # check test/cfg - make checkcfg - make validateCFG -# generated cfg tests - - ./cppcheck --platform=unix32 --library=posix --inline-suppr --enable=warning,information test/cfg/generated-cfg-tests-posix.cpp 2>&1 | grep 'Unmatched suppression' ; test $? -eq 1 - - ./cppcheck --platform=unix32 --library=windows --inline-suppr --enable=warning,information test/cfg/generated-cfg-tests-windows.cpp 2>&1 | grep 'Unmatched suppression' ; test $? -eq 1 - cd ./gui # clean rebuild - git clean -dfx .