diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-05 08:27:30 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-05 08:27:30 +0000 |
commit | 0260f8f15def76b6452813e74ac19f1ae471bd0a (patch) | |
tree | 2ca8ab18243a411e781e89f14c7ba93e6ff696c0 /.travis.yml | |
parent | updated (diff) | |
download | mutator-0260f8f15def76b6452813e74ac19f1ae471bd0a.tar.gz mutator-0260f8f15def76b6452813e74ac19f1ae471bd0a.zip |
fixing...
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 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 |