Updated Travis CI.

This commit is contained in:
Teal Dulcet
2019-01-04 01:50:15 -08:00
parent 858dbafac0
commit 9ab5df4231
4 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,4 @@
language: cpp
compiler:
- clang
- gcc
matrix:
include:
- os: linux
@@ -20,4 +17,4 @@ script:
- ./clang_tables
- clang++ -Wall -g -fsanitize=address graphs.cpp -o clang_graphs
- ./clang_graphs
- cppcheck --error-exitcode=1 .
- cppcheck --enable=all --error-exitcode=1 .