aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-05 08:27:30 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-05 08:27:30 +0000
commit0260f8f15def76b6452813e74ac19f1ae471bd0a (patch)
tree2ca8ab18243a411e781e89f14c7ba93e6ff696c0
parentupdated (diff)
downloadmutator-0260f8f15def76b6452813e74ac19f1ae471bd0a.tar.gz
mutator-0260f8f15def76b6452813e74ac19f1ae471bd0a.zip
fixing...
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 17e896d..7cdce73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG
after_success:
- llvm-config-4.0 --has-rtti
- gcc -v
- - ./mutator.sh -f ./test/action_file.mutator
+ - ./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c -- -std=c90 -I/usr/lib/gcc/i686-linux-gnu/4.9/include -Wall
- make clean
- make mutator-lvl0 CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_GNU
- echo "deb http://old-releases.ubuntu.com/ubuntu/ hardy universe" | sudo tee -a /etc/apt/sources.list