aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-10 11:00:14 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-10 11:00:14 +0000
commit5bc499c235357543271b1d223e5125690a4fee89 (patch)
tree7d097cbc6d9ebd7fb0a7588bdb571fe33139d05f
parentfixing the cov build (diff)
downloadmutator-5bc499c235357543271b1d223e5125690a4fee89.tar.gz
mutator-5bc499c235357543271b1d223e5125690a4fee89.zip
fixing the cov build
-rw-r--r--.travis.yml2
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