Updated Travis CI.

This commit is contained in:
Teal Dulcet
2019-01-05 02:24:50 -08:00
parent 9ab5df4231
commit c81f4b6c07
2 changed files with 7 additions and 7 deletions

View File

@@ -17,4 +17,4 @@ script:
- ./clang_tables
- clang++ -Wall -g -fsanitize=address graphs.cpp -o clang_graphs
- ./clang_graphs
- cppcheck --enable=all --error-exitcode=1 .
- cppcheck --enable=all .