diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-12 01:08:19 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-12 01:08:19 +0000 |
commit | d760a6acc7b0797d23dbbe163b00fb31aa54778f (patch) | |
tree | 20f5023534d3cf28d3f91c679b22d9bb0c86935a /.travis.yml | |
parent | adding coverity integration.hope it doesnt become like last time... (diff) | |
download | mutator-d760a6acc7b0797d23dbbe163b00fb31aa54778f.tar.gz mutator-d760a6acc7b0797d23dbbe163b00fb31aa54778f.zip |
adding coverity integration.hope it doesnt become like last time...
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 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- |