chore(travis): Enable caching of ./target folder.
Travis supports the caching of folders between builds. By storing the ./target folder we can cache hyper's dependencies.
This commit is contained in:
		| @@ -1,6 +1,10 @@ | |||||||
| language: rust | language: rust | ||||||
| sudo: false | sudo: false | ||||||
|  |  | ||||||
|  | cache: | ||||||
|  |   directories: | ||||||
|  |       - target | ||||||
|  |  | ||||||
| script: | script: | ||||||
|     - cargo build |     - cargo build | ||||||
|     - cargo test |     - cargo test | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user