Travis: Use more checks in the self-check

This commit is contained in:
Daniel Marjamäki 2012-09-15 16:16:24 +02:00
parent 7852b7e8e0
commit 02969f665b
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ compiler:
script:
- make test
- $CXX -o cppcheck -O2 cli/*.cpp lib/*.cpp -Ilib
- ./cppcheck --error-exitcode=1 -q cli gui lib
- ./cppcheck --error-exitcode=1 --enable=style --suppress=duplicateBranch -q cli gui lib -igui/test