summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-06-14 20:56:10 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2019-06-14 20:56:10 +0200
commitbaea4bd9690967da9740625b8caca0bbdd2bae5b (patch)
tree120136e7836523f03e8da22d07d1c9801ff68111 /.travis.yml
parentdda1fc81be620375eebca33ef53a1eff2eb2bb51 (diff)
downloadsystemd-baea4bd9690967da9740625b8caca0bbdd2bae5b.tar.gz
travis: skip the Fuzzit-Sanity stage when it's run by cron
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f41b43ed22..181ed5e4bd 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