diff --git a/.travis.yml b/.travis.yml index 2a2e6fc9257..2572ae3ddfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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