Skip to content

Commit 91b058d

Browse files
committed
[CI] Only cache .cargo dir
1 parent c453b83 commit 91b058d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
sudo: false
22
language: rust
3-
cache: cargo
3+
cache:
4+
directories:
5+
- $HOME/.cargo
46

57
os:
68
- linux

0 commit comments

Comments
 (0)