From 571306f9e8e7ca5731e97b74fc7ce91a2393dfe4 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 17 Feb 2017 10:56:48 +0330 Subject: coverity is re-enabled --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f837fa7..718e941 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- -- cgit v1.2.3