From e9c34dbcae38e3737110d76609312cd03356d624 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 5 Feb 2017 12:05:49 +0330 Subject: fixing... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3