From: Jan Kiszka <[email protected]> Avoids warnings about failing coverity runs.
Signed-off-by: Jan Kiszka <[email protected]> --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7a919b4..d5a3e32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ compiler: sudo: required before_install: + - if [ $TRAVIS_BRANCH = coverity_scan ] && [ ${TRAVIS_JOB_NUMBER##*.} != 1 ]; then exit 0; fi - echo -n | openssl s_client -connect scan.coverity.com:444 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt addons: -- 2.12.3 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/ccdbbc9b-93e3-e0da-edf4-68b22a20612e%40siemens.com. For more options, visit https://groups.google.com/d/optout.
