]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .travis.yml
docs: CGROUP_DELEGATION: fix a typo in "that"
[thirdparty/systemd.git] / .travis.yml
index 864d84f1707076c191de132cb2bfcbe0b8385290..dd34e9c82ac9f5a0fd84a8e11d423ea5412cc6f3 100644 (file)
@@ -11,13 +11,19 @@ env:
         - REPO_ROOT="$TRAVIS_BUILD_DIR"
 
 stages:
-    # Run Coverity periodically instead of for each commit/PR
-    - name: Coverity
-      if: type = cron
+    - name: Build & test
+      if: type != cron
 
     - name: Fuzzit-Fuzzing
       if: type = cron
 
+    - name: Fuzzit-Sanity
+      if: type != cron
+
+    # Run Coverity periodically instead of for each commit/PR
+    - name: Coverity
+      if: type = cron
+
 jobs:
     include:
         - stage: Build & test