diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-05 07:40:15 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-05 07:40:15 +0000 |
commit | 98521e563588e100de6ecbb593a464c90e2476d0 (patch) | |
tree | bfb6fa52049f89803c64909c659a820420f0d79b | |
parent | trying to figure out why the coverage build crashes (diff) | |
download | mutator-98521e563588e100de6ecbb593a464c90e2476d0.tar.gz mutator-98521e563588e100de6ecbb593a464c90e2476d0.zip |
trying to fix the broken run...
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 49665cc..8a9c03b 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 ./test/cov_action.mutator + - ./mutator.sh -f ./samples/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 |