From 60aa6f2160daf8b76d32babf002edca9915452df Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sun, 20 Apr 2014 03:35:34 +0200 Subject: travis.yml: KEEP: add coverity-scan Signed-off-by: David Heidelberg --- .travis.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 190b3e5..052c74c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: c dist: trusty before_install: - sudo apt-get update -qq + - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- install: - sudo apt-get install libcap-dev -qq - sudo apt-get install nettle-dev -qq @@ -10,10 +11,21 @@ compiler: - gcc - clang env: + global: + - secure: "JjKYmA31tVdP2j7HaRwndcLGJe8vWruxPSilU/qWZe60WF3qP36VcTXrq7KGOKr90KkQIQDn7t25OsKs+XieZu2RjNU9wRGi0zOV5o5KaMc2OYeviLZ95gKegAHCZcq/v/IDSUAf6JerJTCDd26rDlsvFZNPCh2ilTDBdKjHVag=" matrix: - USE_CAP=true - USE_CAP=false - USE_IDN=true - USE_IDN=false -script: make +addons: + coverity_scan: + project: + name: "iputils/iputils" + description: "The iputils package is set of small useful utilities for Linux networking." + notification_email: david@ixit.cz + build_command: "make" + branch_pattern: coverity_scan +script: + - make -- cgit v1.2.1