Skip to content

Commit da7adc0

Browse files
bors[bot]matklad
andcommitted
Merge #148
148: Don't cache ever changing stuff r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
2 parents dbe2880 + f965cd0 commit da7adc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
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
28

39
matrix:
410
include:

0 commit comments

Comments
 (0)