mirror of https://github.com/zulip/zulip.git
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:
parent
7e7b80f5e8
commit
fa87762717
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue