]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: skip the right stage
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 6 Sep 2019 23:26:44 +0000 (23:26 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 7 Sep 2019 22:01:16 +0000 (22:01 +0000)
It's just a follow-up to https://github.com/systemd/systemd/pull/13493.
The stage is called "Fuzzit-Regression" now.

.travis.yml

index 962790b581ecc384d171ccf863e0dcef81d110be..ba20097fdf69dc0011e06ffbe0275192f8ddef17 100644 (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