travis: Run clean-cache scripts in verbose mode.

This will help in debugging any issue in these scripts in travis
without causing any information clutter since the output of these
scripts is automatically hidden in travis.
This commit is contained in:
Harshit Bansal 2017-09-23 19:50:42 +00:00 committed by Tim Abbott
parent 7e7b80f5e8
commit fa87762717
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ install:
# Clean any caches that are not in use to avoid our cache
# becoming huge.
- mispipe "scripts/clean-unused-caches --threshold 0" ts
- mispipe "scripts/clean-unused-caches --verbose --threshold 0" ts
script:
# We unset GEM_PATH here as a hack to work around Travis CI having