We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f0e86 commit 69d439cCopy full SHA for 69d439c
.travis.yml
@@ -1,5 +1,9 @@
1
language: rust
2
-cache: cargo # https://docs.travis-ci.com/user/caching/#Rust-Cargo-cache
+cache:
3
+ directories:
4
+ - $HOME/.cargo
5
+ - $HOME/protobuf
6
+ - $TRAVIS_BUILD_DIR/target
7
8
rust:
9
- stable
0 commit comments