From 31d23115374c6d91d24b38fe7ad146bf930657c6 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sat, 8 Mar 2014 14:56:27 +0800 Subject: [PATCH] Add coverity bits --HG-- branch : coverity --- .travis.yml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6fbed31..33b8cfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,20 @@ before_install: - sudo apt-get install -qq libz-dev libtomcrypt-dev libtommath-dev env: - - BUNDLEDLIBTOM=--disable-bundled-libtom - - BUNDLEDLIBTOM=--enable-bundled-libtom - - MULTI=1 + - BUNDLEDLIBTOM=--enable-bundled-libtom MULTI=1 + +env: + global: + # The next declration is the encrypted COVERITY_SCAN_TOKEN, created + # via the "travis encrypt" command using the project repo's public key + - secure: "F4rKQrHK/u58vPo3F9+x0WYXAeMFJvvtH9BIGZqx9yw8bUnL+gk0Ge9wnHHTXRcgCTqoc7B35uMS5njpH+Su/esVjrLAq85f/AmQctlRpmApwGK9LyxkIvx3UJN0nqfeeDXA90/8FUZ+n/qnCydXmYCEgqSaBCNydDxW1oqYUIc=" + +addons: + coverity_scan: + project: + name: "mkj/dropbear" + description: "Dropbear SSH" + notification_email: matt@ucc.asn.au + build_command_prepend: + build_command: + branch_pattern: coverity_scan