From d760a6acc7b0797d23dbbe163b00fb31aa54778f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 12 Jan 2017 04:38:19 +0330 Subject: adding coverity integration.hope it doesnt become like last time... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91f1b77..2a8f1ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: notification_email: thabogre@gmail.com build_command_prepend: "./configure; make clean" build_command: "make CXX=clang-3.9 LLVM_CONF=llvm-config-3.9 BUILD_MODE=COV_NO_CLANG" - branch_pattern: Master + 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