Merge pull request #402 from pyfisch/chorecaching

chore(travis): Enable caching of ./target folder.
This commit is contained in:
Sean McArthur
2015-03-27 14:12:01 -07:00

View File

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