aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-10 11:15:01 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-10 11:15:01 +0000
commita03cf1c88682bab3f62992886d763298c662e806 (patch)
tree43391da2705235e2fa1a73acb3d2ee9d956489a6 /.travis.yml
parentfixing the cov build (diff)
downloadmutator-a03cf1c88682bab3f62992886d763298c662e806.tar.gz
mutator-a03cf1c88682bab3f62992886d763298c662e806.zip
fixing the cov build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index ddca677..760ad56 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,10 +13,10 @@ matrix:
project:
name: "bloodstalker/mutator"
description: "Build submitted via Travis CI"
- notification_email: thabogre@gmail.com
- build_command_prepend: "cov-configure --comptype clangcxx --compiler clang-4.0"
- build_command: "make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG"
- branch_pattern: master
+ notification_email: thabogre@gmail.com
+ build_command_prepend: "cov-configure --comptype clangcxx --compiler clang-4.0"
+ build_command: "make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG"
+ branch_pattern: master
before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-