Skip to content

Commit 7a0ba80

Browse files
committed
travis: remove ~/.xargo from the cache
1 parent a448e91 commit 7a0ba80

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ script:
7070

7171
after_script: set +e
7272

73-
cache:
74-
cargo: true
75-
directories:
76-
- $HOME/.xargo
73+
cache: cargo
7774

7875
before_cache:
7976
- chmod -R a+r $HOME/.cargo;

0 commit comments

Comments
 (0)