From: Evgeny Vereshchagin Date: Fri, 6 Sep 2019 23:26:44 +0000 (+0000) Subject: travis: skip the right stage X-Git-Tag: v244-rc1~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b1af585a496dd507114c29958940621c192de2;p=thirdparty%2Fsystemd.git 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. --- 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