Travis: remove -q flag. It may avoid a timeout.
This commit is contained in:
parent
7435df91b8
commit
a0015fc2f4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue