From 0d8f3cef2af9a3c0a8dc94b3ff2ba5874ef75b5f Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Wed, 5 Aug 2020 09:08:53 +0300 Subject: [PATCH] move coverity scan to a script, so that it doesn't run for every job --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4131fe8..a4ebc20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ stages: - name: deploy if: branch = master OR branch = v4.x - name: coverity + if: branch = master OR branch = v4.x OR branch = coverity_scan jobs: include: -- 2.43.0