From f965cd0c15d5de952f81ab7d866ffc46096441b4 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 20 Oct 2018 23:33:45 +0300 Subject: Don't cache ever changing stuff --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6ffc1c89a..5252f20e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- cgit v1.2.3