148: Don't cache ever changing stuff r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2018-10-20 20:34:34 +00:00
commit da7adc0c6d

View file

@ -1,4 +1,10 @@
cache: cargo
before_cache:
- find ./target/debug -type f -maxdepth 1 -delete
- rm -f ./target/debug/deps/*ra_*
env:
- CARGO_INCREMENTAL=0
matrix:
include: