From: Evgeny Vereshchagin Date: Fri, 14 Jun 2019 18:56:10 +0000 (+0200) Subject: travis: skip the Fuzzit-Sanity stage when it's run by cron X-Git-Tag: v243-rc1~288^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=baea4bd9690967da9740625b8caca0bbdd2bae5b;p=thirdparty%2Fsystemd.git travis: skip the Fuzzit-Sanity stage when it's run by cron --- diff --git a/.travis.yml b/.travis.yml index f41b43ed228..181ed5e4bd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ stages: - name: Fuzzit-Fuzzing if: type = cron + - name: Fuzzit-Sanity + if: type != cron + # Run Coverity periodically instead of for each commit/PR - name: Coverity if: type = cron