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 6c3dcda commit 183e15fCopy full SHA for 183e15f
.travis.yml
@@ -2,7 +2,7 @@ language: rust
2
sudo: false
3
rust: nightly
4
cache: cargo
5
-install: cargo install mdbook
+install: cargo install mdbook || true
6
script: bash -c "cd reference && mdbook build && mdbook test"
7
env:
8
RUSTINFRA_DEPLOY_DIR: reference/book
0 commit comments