Move fast checks into earlier Travis task.

This commit is contained in:
Josh Matthews 2017-08-22 11:30:26 -07:00 committed by GitHub
parent 43d1f45b73
commit f9dac85dfc

View file

@ -7,6 +7,9 @@ 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/lockfile_changed.sh
- bash etc/ci/manifest_changed.sh
cache: false
- sudo: 9000
dist: trusty
@ -17,9 +20,6 @@ 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