From 9ed7edab085be76a3ded649a04aaa581cb0854e2 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 6 Nov 2018 23:52:11 +0300 Subject: remove the last changing file from cache --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a1eed0cb3..ecb3b76f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ cache: cargo before_cache: - find ./target/debug -type f -maxdepth 1 -delete - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*} + - rm -f ./target/.rustc_info.json env: - CARGO_INCREMENTAL=0 -- cgit v1.2.3