Skip to content

Commit 69d439c

Browse files
committed
cache protobuf directories in travis
taken from SpinResearch#74
1 parent 19f0e86 commit 69d439c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: rust
2-
cache: cargo # https://docs.travis-ci.com/user/caching/#Rust-Cargo-cache
2+
cache:
3+
directories:
4+
- $HOME/.cargo
5+
- $HOME/protobuf
6+
- $TRAVIS_BUILD_DIR/target
37

48
rust:
59
- stable

0 commit comments

Comments
 (0)