From ad03a0daddee4985f140ee78e5322c6f980990ba Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 12 Jan 2017 05:44:26 +0330 Subject: changed the prepend --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e266e44..a4c86c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: name: "bloodstalker/mutator" description: "Build submitted via Travis CI" notification_email: thabogre@gmail.com - build_command_prepend: "cov-configure --comptype clang --compiler clang-3.9" + build_command_prepend: "cov-configure --comptype clangcxx --compiler clang-3.9" build_command: "make CXX=clang-3.9 LLVM_CONF=llvm-config-3.9 BUILD_MODE=COV_NO_CLANG" branch_pattern: master -- cgit v1.2.3