Auto merge of #18193 - servo:jdm-patch-2, r=SimonSapin

Move fast checks into earlier Travis task.

This allows quicker feedback about whether the manifest needs updating; otherwise it has to wait until all builds and tests are complete.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18193)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-08-22 18:55:12 -05:00 committed by GitHub
commit 9c338a2929

View file

@ -7,6 +7,8 @@ matrix:
script:
- ./mach test-tidy --no-progress --all
- ./mach test-tidy --no-progress --self-test
- bash etc/ci/check_no_panic.sh
- bash etc/ci/manifest_changed.sh
cache: false
- sudo: 9000
dist: trusty
@ -17,9 +19,7 @@ matrix:
- ./mach clean
- ./mach build-geckolib
- ./mach test-stylo
- bash etc/ci/check_no_panic.sh
- bash etc/ci/lockfile_changed.sh
- bash etc/ci/manifest_changed.sh
cache:
directories:
- .cargo