From 9647bc3783104b6c5c5c3882f14416302c84a849 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Thu, 16 Jan 2020 12:09:10 +0100 Subject: [PATCH] travis: change coverity to run on master This change goes with disabling: - Build pushed branches - Build pushed pull requests And adding a cron job on travis-ci to build master weekly. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c1c71086b..92b7e9fa36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,9 @@ matrix: include: - os: linux dist: xenial - if: branch = coverity_scan + # In order to stay under the coverity rate limit, we only run this weekly + # and not on push which is configured in travis-ci settings. + if: branch = 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-