diff options
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6ffc1c89a..5252f20e2 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,4 +1,10 @@ | |||
1 | cache: cargo | 1 | cache: cargo |
2 | before_cache: | ||
3 | - find ./target/debug -type f -maxdepth 1 -delete | ||
4 | - rm -f ./target/debug/deps/*ra_* | ||
5 | |||
6 | env: | ||
7 | - CARGO_INCREMENTAL=0 | ||
2 | 8 | ||
3 | matrix: | 9 | matrix: |
4 | include: | 10 | include: |