Travis CI: Workaround timeout of 'cppcheck --enable=unusedFunction --force'
authorIvan Maidanski <ivmai@mail.ru>
Fri, 28 Dec 2018 21:50:34 +0000 (00:50 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 28 Dec 2018 22:10:49 +0000 (01:10 +0300)
commite3d3b3becf6d1f9ce90b9a06b88003ef413f2464
tree9347d41a386ab8f34ba71ea7ecc448231c99440b
parentd2eae963091ddb2591f4fddfdbb8c922ff2c5220
Travis CI: Workaround timeout of 'cppcheck --enable=unusedFunction --force'

"cppcheck --enable=unusedFunction --force extra/gc.c" takes longer than
the Travis CI timeout (50m), so gc.c is checked for unused functions
without --force option for now.
.travis.yml