From: Florian Forster Date: Mon, 27 Nov 2017 21:07:33 +0000 (+0100) Subject: .travis.yml: Add coverity addon. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=da2c9accd294d04434cac7180e08c12a0d30cffc;p=collectd.git .travis.yml: Add coverity addon. --- diff --git a/.travis.yml b/.travis.yml index fc250cbb..e2821f70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,9 @@ +env: + global: + # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created + # via the "travis encrypt" command using the project repo's public key + - secure: "ZdWWp0XX3C4sLIp4lqeQTWC7vt+GsWjmyRiD17T9833NBAW4dddz310I6iyeXe6oX09ZFFiVIN4ogx9ANcNBx9jriGXI2/82nBhpxOJBebet8JCNS5VeTr4rDSfQOKP+Oc+ko5KbbghTuAtO2CFYiH3jZUcn4TdsYbVanf+TwUs=" + sudo: required dist: trusty compiler: @@ -5,6 +11,7 @@ compiler: - clang language: c before_install: + - openssl s_client -connect scan.coverity.com:443