diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-09 14:15:33 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-09 14:15:33 +0000 |
commit | 2f6cd19459bc4182458700a0ea737ff041b0e2fb (patch) | |
tree | 4d2fd14d9c26a7a978709c87b481463fb16412c6 /.travis.yml | |
parent | trying to fix the coverage build (diff) | |
download | mutator-2f6cd19459bc4182458700a0ea737ff041b0e2fb.tar.gz mutator-2f6cd19459bc4182458700a0ea737ff041b0e2fb.zip |
trying to fix the cov build
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c913ce9..7700bdf 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.2/include -I/usr/include -Wall > /dev/null + - ./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c -- -std=c90 -I/usr/lib/gcc/x86_64-linux-gnu/4.2/include -I/usr/include -Wall > /dev/null - coveralls --exclude ./json --exclude ./tinyxml2 --exclude-pattern 'clang' --exclude-pattern 'llvm' - gcc -E - <<< '#include<stddef.h>' - gcc -E - <<< '#include<assert.h>' |