From 77b1af585a496dd507114c29958940621c192de2 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Fri, 6 Sep 2019 23:26:44 +0000 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 962790b581e..ba20097fdf6 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