Add to manifest checks to .travis.yml

This commit is contained in:
Martin Feckie 2015-11-21 15:45:49 +11:00
parent 7fafc6c1f6
commit 80721a64d0

View file

@ -11,6 +11,7 @@ matrix:
script: script:
- ./mach build -d --verbose - ./mach build -d --verbose
- bash etc/ci/lockfile_changed.sh - bash etc/ci/lockfile_changed.sh
- bash etc/ci/manifest_changed.sh
cache: cache:
directories: directories:
- .cargo - .cargo