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 .

View File

@ -9,6 +9,7 @@
#include <iomanip>
#include <cwchar>
#include <clocale>
#include <cstdlib>
#include <sys/ioctl.h>
#include <unistd.h>

View File

@ -5,7 +5,6 @@
// Run: ./tables
#include <cctype>
// #include <cstdlib>
#include <cmath>
#include <algorithm>
#include "tables.hpp"

View File

@ -6,6 +6,7 @@
#include <iomanip>
#include <cwchar>
#include <clocale>
#include <cstdlib>
#include <sys/ioctl.h>
#include <unistd.h>