diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-10 11:00:14 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-10 11:00:14 +0000 |
commit | 5bc499c235357543271b1d223e5125690a4fee89 (patch) | |
tree | 7d097cbc6d9ebd7fb0a7588bdb571fe33139d05f /.travis.yml | |
parent | fixing the cov build (diff) | |
download | mutator-5bc499c235357543271b1d223e5125690a4fee89.tar.gz mutator-5bc499c235357543271b1d223e5125690a4fee89.zip |
fixing the cov build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index caf91e2..21d6aa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ after_success: - ./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/include/linux -Wall > /dev/null - gcov -v - gcc -v - - coveralls --exclude ./json --exclude ./tinyxml2 --exclude-pattern 'clang' --exclude-pattern 'llvm' + #- coveralls --exclude ./json --exclude ./tinyxml2 --exclude-pattern 'clang' --exclude-pattern 'llvm' #- gcc -E - <<< '#include<stddef.h>' #- gcc -E - <<< '#include<assert.h>' - ls |