summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-06-14 21:16:41 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2019-06-14 22:06:01 +0200
commit4feed0fb69300d3f1de7195637a952e6359f4a6f (patch)
treeb5fd25c2e9a0b22db35a3baffbac169c8244797c /.travis.yml
parentbaea4bd9690967da9740625b8caca0bbdd2bae5b (diff)
downloadsystemd-4feed0fb69300d3f1de7195637a952e6359f4a6f.tar.gz
travis: always run the "Build & test" stage first
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 181ed5e4bd..dd34e9c82a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,9 @@ env:
- REPO_ROOT="$TRAVIS_BUILD_DIR"
stages:
+ - name: Build & test
+ if: type != cron
+
- name: Fuzzit-Fuzzing
if: type = cron