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:
Pyfisch
2015-03-27 19:12:33 +01:00
parent b04f6d8e7a
commit 9747d86324

View File

@@ -1,6 +1,10 @@
language: rust
sudo: false
cache:
directories:
- target
script:
- cargo build
- cargo test