summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberg <david@ixit.cz>2014-04-20 03:35:34 +0200
committerDavid Heidelberg <david@ixit.cz>2017-08-05 15:55:00 +0200
commit60aa6f2160daf8b76d32babf002edca9915452df (patch)
tree65f71d7a1e66641ce8f0e503a7c5bf6ee8edb9fe
parent3fe987e93abb674cf6d40635ed510bd49b05b392 (diff)
downloadiputils-coverity_scan.tar.gz
travis.yml: KEEP: add coverity-scancoverity_scan
Signed-off-by: David Heidelberg <david@ixit.cz>
-rw-r--r--.travis.yml14
1 files changed, 13 insertions, 1 deletions
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=<Paste>"
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