diff options
author | Aleksey Kladov <[email protected]> | 2018-10-20 21:33:45 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-10-20 21:33:45 +0100 |
commit | f965cd0c15d5de952f81ab7d866ffc46096441b4 (patch) | |
tree | 5933f399679ebf73212c51d7c18f225b13d3831a | |
parent | dbe2880219af60d22e40a7213fdb9b79561ac733 (diff) |
Don't cache ever changing stuff
-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: |