diff --git a/.travis.yml b/.travis.yml index 6ffc1c89a910..5252f20e27ed 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: