diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-01-25 15:31:56 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-01-25 15:31:56 +0000 | 
| commit | ee81251f3fc57e327c9e4e303218a113f820b38d (patch) | |
| tree | 90402f3ba4d33f9a6d90701752f0dcc72d2f5a91 | |
| parent | commented cov-gnu error message (diff) | |
| download | mutator-ee81251f3fc57e327c9e4e303218a113f820b38d.tar.gz mutator-ee81251f3fc57e327c9e4e303218a113f820b38d.zip | |
fixed the name of the directory
| -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 | 
