From baea4bd9690967da9740625b8caca0bbdd2bae5b Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Fri, 14 Jun 2019 20:56:10 +0200 Subject: [PATCH] travis: skip the Fuzzit-Sanity stage when it's run by cron --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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