travis: skip the right stage

It's just a follow-up to https://github.com/systemd/systemd/pull/13493.
The stage is called "Fuzzit-Regression" now.
This commit is contained in:
Evgeny Vereshchagin 2019-09-06 23:26:44 +00:00 committed by Frantisek Sumsal
parent 20c9c29c68
commit 77b1af585a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ stages:
- name: Fuzzit-Fuzzing
if: type = cron
- name: Fuzzit-Sanity
- name: Fuzzit-Regression
if: type != cron
# Run Coverity periodically instead of for each commit/PR