Skip to content

Commit f965cd0

Browse files
committed
Don't cache ever changing stuff
1 parent dbe2880 commit f965cd0

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)