summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-09-06 23:26:44 +0000
committerFrantisek Sumsal <frantisek@sumsal.cz>2019-09-07 22:01:16 +0000
commit77b1af585a496dd507114c29958940621c192de2 (patch)
treebd7291c789828a45b4a5f720964d9156528b88e6 /.travis.yml
parent20c9c29c68fd5ffce07fc9efe67c315a5ad9f5a5 (diff)
downloadsystemd-77b1af585a496dd507114c29958940621c192de2.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 962790b581..ba20097fdf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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