Skip to content

Commit

Permalink
travis: change coverity to run on master
Browse files Browse the repository at this point in the history
This change goes with disabling:
- Build pushed branches
- Build pushed pull requests

And adding a cron job on travis-ci to build master weekly.
  • Loading branch information
julianoes authored and dagar committed Jan 16, 2020
1 parent 6630087 commit 9647bc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-
Expand Down

0 comments on commit 9647bc3

Please sign in to comment.