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 2c02037 commit 714e173Copy full SHA for 714e173
.travis.yml
@@ -1,6 +1,16 @@
1
language: rust
2
3
-env: RUSTFLAGS="-D warnings"
+env:
4
+ - RUSTFLAGS="-D warnings"
5
+
6
+# Cache the whole `~/.cargo` directory to keep `~/cargo/.crates.toml`.
7
+cache:
8
+ directories:
9
+ - /home/travis/.cargo
10
11
+# Don't cache the cargo registry because it's too big.
12
+before_cache:
13
+ - rm -rf /home/travis/.cargo/registry
14
15
matrix:
16
fast_finish: true
0 commit comments