Merge pull request #402 from pyfisch/chorecaching
chore(travis): Enable caching of ./target folder.
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