From d54c9e3c22eacca074557e4b9f7fadde806cefda Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 5 Feb 2017 10:41:43 +0330 Subject: trying to figure out why the coverage build crashes --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3