diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-05 08:35:49 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-05 08:35:49 +0000 |
commit | e9c34dbcae38e3737110d76609312cd03356d624 (patch) | |
tree | 6ca2dc5135854a12a4ec2a35c6cc30721b361a23 | |
parent | fixing... (diff) | |
download | mutator-e9c34dbcae38e3737110d76609312cd03356d624.tar.gz mutator-e9c34dbcae38e3737110d76609312cd03356d624.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 7cdce73..840ce8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,5 +45,5 @@ 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.sh -f ./test/cov_action.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 - coveralls --exclude ./json --exclude ./tinyxml2 --exclude-pattern 'clang' --exclude-pattern 'llvm'
\ No newline at end of file |