mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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:
commit
9c338a2929
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,8 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- ./mach test-tidy --no-progress --all
|
- ./mach test-tidy --no-progress --all
|
||||||
- ./mach test-tidy --no-progress --self-test
|
- ./mach test-tidy --no-progress --self-test
|
||||||
|
- bash etc/ci/check_no_panic.sh
|
||||||
|
- bash etc/ci/manifest_changed.sh
|
||||||
cache: false
|
cache: false
|
||||||
- sudo: 9000
|
- sudo: 9000
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
@ -17,9 +19,7 @@ matrix:
|
||||||
- ./mach clean
|
- ./mach clean
|
||||||
- ./mach build-geckolib
|
- ./mach build-geckolib
|
||||||
- ./mach test-stylo
|
- ./mach test-stylo
|
||||||
- bash etc/ci/check_no_panic.sh
|
|
||||||
- bash etc/ci/lockfile_changed.sh
|
- bash etc/ci/lockfile_changed.sh
|
||||||
- bash etc/ci/manifest_changed.sh
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .cargo
|
- .cargo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue