diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-10 07:48:53 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-10 07:48:53 +0000 |
commit | 34c21c5ceef3567d6f1cbcf9c2777791f3e80789 (patch) | |
tree | ed81822c6fb871c7341880c8047837e0534dfb13 /.travis.yml | |
parent | trying to fix the cov build (diff) | |
download | mutator-34c21c5ceef3567d6f1cbcf9c2777791f3e80789.tar.gz mutator-34c21c5ceef3567d6f1cbcf9c2777791f3e80789.zip |
trying to fix 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 |