Move travis to use a new version of Ubuntu

This commit is contained in:
nikolas
2019-10-31 09:55:09 -03:00
committed by Felipe Zimmerle
parent 01e2fe4f82
commit e3583f342a
2 changed files with 7 additions and 3 deletions

View File

@@ -64,7 +64,9 @@ cppcheck:
--template="warning: {file},{line},{severity},{id},{message}" \
-I headers -I . -I others -I src -I others/mbedtls -I src/parser \
--error-exitcode=1 \
-i "src/parser/seclang-parser.cc" -i "src/parser/seclang-scanner.cc" \
-i "src/parser/seclang-parser.cc" \
-i "src/parser/seclang-scanner.cc" \
-i "parser/driver.cc" \
--force --verbose .