Make travis warn on changed lockfiles

This commit is contained in:
Manish Goregaokar 2015-11-06 00:45:01 +05:30
parent 9b02531d12
commit e2a7b0b869

View file

@ -8,7 +8,9 @@ matrix:
cache: false
- sudo: 9000
dist: trusty
script: ./mach build -d --verbose
script:
- ./mach build -d --verbose
- bash etc/ci/lockfile_changed.sh
cache:
directories:
- .cargo