Skip to content

Commit

Permalink
trying to fix the coverage build
Browse files Browse the repository at this point in the history
  • Loading branch information
terminaldweller committed Apr 9, 2017
1 parent 9d235fa commit 1f7f8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9/include -I/usr/include -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/lib/syslinux/com32/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>'
Expand Down

0 comments on commit 1f7f8cc

Please sign in to comment.