diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-20 21:34:34 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-20 21:34:34 +0100 |
commit | da7adc0c6d12df2ffe41b65fafb5c6b77827a1ca (patch) | |
tree | 5933f399679ebf73212c51d7c18f225b13d3831a | |
parent | dbe2880219af60d22e40a7213fdb9b79561ac733 (diff) | |
parent | f965cd0c15d5de952f81ab7d866ffc46096441b4 (diff) |
Merge #148
148: Don't cache ever changing stuff r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
-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: |