mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	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:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							7e7b80f5e8
						
					
				
				
					commit
					fa87762717
				
			@@ -17,7 +17,7 @@ install:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # Clean any caches that are not in use to avoid our cache
 | 
					  # Clean any caches that are not in use to avoid our cache
 | 
				
			||||||
  # becoming huge.
 | 
					  # becoming huge.
 | 
				
			||||||
  - mispipe "scripts/clean-unused-caches --threshold 0" ts
 | 
					  - mispipe "scripts/clean-unused-caches --verbose --threshold 0" ts
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  # We unset GEM_PATH here as a hack to work around Travis CI having
 | 
					  # We unset GEM_PATH here as a hack to work around Travis CI having
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user