aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-06 20:52:11 +0000
committerAleksey Kladov <[email protected]>2018-11-06 20:52:11 +0000
commit9ed7edab085be76a3ded649a04aaa581cb0854e2 (patch)
tree2e971baa80064f8ee6758441dc406acf36054acd /.travis.yml
parentefdb0d84c88f7b3f1d36a0f6dc4b45b46f21542f (diff)
remove the last changing file from cache
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a1eed0cb3..ecb3b76f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ cache: cargo
2before_cache: 2before_cache:
3 - find ./target/debug -type f -maxdepth 1 -delete 3 - find ./target/debug -type f -maxdepth 1 -delete
4 - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*} 4 - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*}
5 - rm -f ./target/.rustc_info.json
5 6
6env: 7env:
7 - CARGO_INCREMENTAL=0 8 - CARGO_INCREMENTAL=0