aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-10 10:31:29 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-10 10:31:29 +0000
commit0faa6c276ac17b3a28cc28ec5def40c67fbe1dbd (patch)
treee43a1a49eb1514c9827892a8ff9d843a9ed9223d
parenttrying to fix the cov build (diff)
downloadmutator-0faa6c276ac17b3a28cc28ec5def40c67fbe1dbd.tar.gz
mutator-0faa6c276ac17b3a28cc28ec5def40c67fbe1dbd.zip
trying to fix the cov build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d9f283c..a247e7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,7 @@ after_success:
- ./mutator-lvl0 -SysHeader=true -MainOnly=false ./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