From 1f7f8cc055356d751803d9d00b22340bdb6e1997 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 9 Apr 2017 14:58:22 +0430 Subject: [PATCH] trying to fix the coverage build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f192498..dedbb2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ after_success: #- sudo apt-get install gcc-4.2 g++-4.2 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.2 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.2 - make install - - ./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c -- -std=c90 -I/usr/lib/gcc/x86_64-linux-gnu/4.9/include -I/usr/include -Wall > /dev/null + - ./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c -- -std=c90 -I/usr/lib/gcc/x86_64-linux-gnu/4.9/include -I/usr/include -I/usr/lib/syslinux/com32/include -Wall > /dev/null - coveralls --exclude ./json --exclude ./tinyxml2 --exclude-pattern 'clang' --exclude-pattern 'llvm' - gcc -E - <<< '#include' - gcc -E - <<< '#include'