diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-05 07:11:43 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-05 07:11:43 +0000 |
commit | d54c9e3c22eacca074557e4b9f7fadde806cefda (patch) | |
tree | b1c933905d06378a4becb66a0a7bd77f1372b9d5 /.travis.yml | |
parent | now uses -Wall to have all the warnings mutator needs. (diff) | |
download | mutator-d54c9e3c22eacca074557e4b9f7fadde806cefda.tar.gz mutator-d54c9e3c22eacca074557e4b9f7fadde806cefda.zip |
trying to figure out why the coverage build crashes
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4b30099..49665cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +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 - 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 |