]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: always run the "Build & test" stage first
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 14 Jun 2019 19:16:41 +0000 (21:16 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 14 Jun 2019 20:06:01 +0000 (22:06 +0200)
Now that the other stages are explicitly listed in the "stages"
section, we should include "Built & test" there to make sure
it's run first.

.travis.yml

index 181ed5e4bd9065d5d37bf857558ca57b08cadba6..dd34e9c82ac9f5a0fd84a8e11d423ea5412cc6f3 100644 (file)
@@ -11,6 +11,9 @@ env:
         - REPO_ROOT="$TRAVIS_BUILD_DIR"
 
 stages:
+    - name: Build & test
+      if: type != cron
+
     - name: Fuzzit-Fuzzing
       if: type = cron