Don't cache ever changing stuff

This commit is contained in:
Aleksey Kladov 2018-10-20 23:33:45 +03:00
parent dbe2880219
commit f965cd0c15

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: