diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-12 02:14:26 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-12 02:14:26 +0000 |
commit | ad03a0daddee4985f140ee78e5322c6f980990ba (patch) | |
tree | 644681d2abb698c28605388a1e417a3dec259daf /.travis.yml | |
parent | changed the prepend (diff) | |
download | mutator-ad03a0daddee4985f140ee78e5322c6f980990ba.tar.gz mutator-ad03a0daddee4985f140ee78e5322c6f980990ba.zip |
changed the prepend
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |