Skip to content

Commit 65217be

Browse files
committed
Reduce cache size
1 parent 65cdbd3 commit 65217be

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ language: rust
22
rust: nightly
33
sudo: false
44

5-
cache: cargo
5+
cache:
6+
directories:
7+
- $HOME/.cargo
8+
- $HOME/.rustup
9+
before_cache:
10+
- rm -rf /home/travis/.cargo/registry
611

712
notifications:
813
email:

0 commit comments

Comments
 (0)