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