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 d9e6a59 commit 99ce780Copy full SHA for 99ce780
.travis.yml
@@ -4,7 +4,7 @@ rust:
4
- nightly
5
6
before_script:
7
- - (cargo install mdbook --git https://github.com/rust-lang-nursery/mdBook.git --force || true)
+ - (cargo install mdbook --version =0.1.7)
8
9
script:
10
- export PATH=$PATH:/home/travis/.cargo/bin && mdbook test
0 commit comments