aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-10 11:10:44 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-10 11:10:44 +0000
commitf300420d02f63f42e16ef83aa33946170e4104c4 (patch)
tree799ee320b47ed0e52e6d856eb7d05fac871bd5c3 /.travis.yml
parentfixing the cov build (diff)
downloadmutator-f300420d02f63f42e16ef83aa33946170e4104c4.tar.gz
mutator-f300420d02f63f42e16ef83aa33946170e4104c4.zip
fixing the cov build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 21d6aa8..ddca677 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,14 +9,14 @@ matrix:
os: linux
compiler: clang
addons:
- #coverity_scan:
- # 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
+ coverity_scan:
+ 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
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-