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 | ||||
| sudo: false | ||||
|  | ||||
| cache: | ||||
|   directories: | ||||
|       - target | ||||
|  | ||||
| script: | ||||
|     - cargo build | ||||
|     - cargo test | ||||
|   | ||||
		Reference in New Issue
	
	Block a user