aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-05 07:40:15 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-05 07:40:15 +0000
commit98521e563588e100de6ecbb593a464c90e2476d0 (patch)
treebfb6fa52049f89803c64909c659a820420f0d79b /.travis.yml
parenttrying to figure out why the coverage build crashes (diff)
downloadmutator-98521e563588e100de6ecbb593a464c90e2476d0.tar.gz
mutator-98521e563588e100de6ecbb593a464c90e2476d0.zip
trying to fix the broken run...
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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