diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-05 08:02:14 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-05 08:02:14 +0000 |
commit | 3303b903a3d01e0856402bf3d54d8b663b722987 (patch) | |
tree | 08472a6a778fcc26d3b17609fb1e56e396a1c4cf | |
parent | fixing... (diff) | |
download | mutator-3303b903a3d01e0856402bf3d54d8b663b722987.tar.gz mutator-3303b903a3d01e0856402bf3d54d8b663b722987.zip |
fixing
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 193c4b4..17e896d 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 ./samples/action_file.mutator + - ./mutator.sh -f ./test/action_file.mutator - 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 |