Travis: remove -q flag. It may avoid a timeout.

This commit is contained in:
Daniel Marjamäki 2013-10-07 16:00:26 +02:00
parent 7435df91b8
commit a0015fc2f4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ compiler:
script: script:
- mkdir build - mkdir build
- make test SRCDIR=build VERIFY=1 - 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 update
- sudo apt-get install python-pygments - sudo apt-get install python-pygments
- ./htmlreport/test_htmlreport.py - ./htmlreport/test_htmlreport.py