mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Simplify Travis caching
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
				
			|||||||
language: rust
 | 
					language: rust
 | 
				
			||||||
 | 
					cache: cargo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
matrix:
 | 
					matrix:
 | 
				
			||||||
  include:
 | 
					  include:
 | 
				
			||||||
@@ -104,10 +105,3 @@ deploy:
 | 
				
			|||||||
notifications:
 | 
					notifications:
 | 
				
			||||||
  email:
 | 
					  email:
 | 
				
			||||||
    on_success: never
 | 
					    on_success: never
 | 
				
			||||||
 | 
					 | 
				
			||||||
# Caching
 | 
					 | 
				
			||||||
cache:
 | 
					 | 
				
			||||||
  directories:
 | 
					 | 
				
			||||||
    - /home/travis/.cargo
 | 
					 | 
				
			||||||
before_cache:
 | 
					 | 
				
			||||||
  - rm -rf /home/travis/.cargo/registry
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user