mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Make travis warn on changed lockfiles
This commit is contained in:
parent
9b02531d12
commit
e2a7b0b869
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ matrix:
|
||||||
cache: false
|
cache: false
|
||||||
- sudo: 9000
|
- sudo: 9000
|
||||||
dist: trusty
|
dist: trusty
|
||||||
script: ./mach build -d --verbose
|
script:
|
||||||
|
- ./mach build -d --verbose
|
||||||
|
- bash etc/ci/lockfile_changed.sh
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .cargo
|
- .cargo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue