mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move fast checks into earlier Travis task.
This commit is contained in:
parent
43d1f45b73
commit
f9dac85dfc
1 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,9 @@ 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/lockfile_changed.sh
|
||||||
|
- bash etc/ci/manifest_changed.sh
|
||||||
cache: false
|
cache: false
|
||||||
- sudo: 9000
|
- sudo: 9000
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
@ -17,9 +20,6 @@ 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/manifest_changed.sh
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .cargo
|
- .cargo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue