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.
This commit is contained in:
Evgeny Vereshchagin 2019-06-14 21:16:41 +02:00
parent baea4bd969
commit 4feed0fb69
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ env:
- REPO_ROOT="$TRAVIS_BUILD_DIR"
stages:
- name: Build & test
if: type != cron
- name: Fuzzit-Fuzzing
if: type = cron