Skip to content

Commit 109a547

Browse files
authored
Have TravisCI cache cargo between builds. (#16)
* Have TravisCI cache part of cargo between builds.
1 parent 8a27cec commit 109a547

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
language: rust
22

3+
cache:
4+
directories:
5+
- /home/travis/.cargo
6+
7+
before_cache:
8+
- rm -rf /home/travis/.cargo/registry
9+
310
matrix:
411
include:
512
- rust: 1.30.0

0 commit comments

Comments
 (0)