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 38f88a6 commit 0cb4748Copy full SHA for 0cb4748
.travis.yml
@@ -1,7 +1,10 @@
1
language: rust
2
sudo: false
3
rust: nightly
4
-cache: cargo
+cache:
5
+ directories:
6
+ - $HOME/.cargo/.crates.toml
7
+ - $HOME/.cargo/bin/mdbook
8
install: cargo install mdbook
9
script: bash -c "cd reference && mdbook build && mdbook test"
10
env:
0 commit comments