diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-04-10 07:36:21 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-04-10 07:36:21 +0000 | 
| commit | 54a46b3b7c5b3ae40bcc5f1f5fc4c40ef5e5fbee (patch) | |
| tree | b59c373d1280b8317ac79566e4974364d18b6068 | |
| parent | added a coverage tag (diff) | |
| download | mutator-54a46b3b7c5b3ae40bcc5f1f5fc4c40ef5e5fbee.tar.gz mutator-54a46b3b7c5b3ae40bcc5f1f5fc4c40ef5e5fbee.zip | |
trying to fix the cov build
| -rw-r--r-- | .travis.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.travis.yml b/.travis.yml index 143a295..caf91e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,10 +51,10 @@ 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 -I/usr/include/linux -Wall > /dev/null +  - ./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 | 
