diff --git a/.travis.yml b/.travis.yml index 7e5789476..11a551ad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ compiler: script: - mkdir build - make test SRCDIR=build VERIFY=1 - - ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch -q cli gui lib -igui/test + - ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch cli gui lib -igui/test - sudo apt-get update - sudo apt-get install python-pygments - ./htmlreport/test_htmlreport.py