diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 935e1f1..e8e692f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,5 +36,5 @@ after_success: - make clean - make mutator-lvl0 CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_GNU - chmod +x mutator.sh - - ./mutator.sh -f ./sample/action_file.mutator + - ./mutator.sh -f ./samples/action_file.mutator - coveralls --exclude ./json --exclude ./tinyxml2
\ No newline at end of file |