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 b500c2f commit 9b2e5a5Copy full SHA for 9b2e5a5
.travis.yml
@@ -13,8 +13,8 @@ before_script:
13
- |
14
(travis_wait rustup component add rustfmt-preview || true) &&
15
(travis_wait rustup component add clippy-preview || true)
16
- # install mdbook on nightly builds for the user guide
17
- - curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git rust-lang-nursery/mdBook --force
+ # install mdbook for the user guide
+ - cargo install --debug mdbook
18
19
script:
20
0 commit comments