Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit f75e68b

Browse files
committedNov 30, 2018
Don't cache Cargo registry
1 parent 547a8c6 commit f75e68b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ branches:
88
cache:
99
cargo: true
1010
timeout: 300
11+
# Quicker to fetch that during the build than to transmit as part of the cache
12+
before_cache:
13+
- rm -rf /home/travis/.cargo/registry
1114
os:
1215
- linux
1316
- osx

0 commit comments

Comments
 (0)
This repository has been archived.