File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,16 @@ matrix:
3535 script :
3636 - cargo doc --features docs
3737
38- - name : book
39- rust : nightly
40- os : linux
41- before_script :
42- - test -x $HOME/.cargo/bin/mdbook || ./ci/install-mdbook.sh
43- - cargo build # to find 'extern crate async_std' by `mdbook test`
44- script :
45- - mdbook build docs
46- - mdbook test -L ./target/debug/deps docs
38+ # TODO(yoshuawuyts): re-enable mdbook
39+ # - name: book
40+ # rust: nightly
41+ # os: linux
42+ # before_script:
43+ # - test -x $HOME/.cargo/bin/mdbook || ./ci/install-mdbook.sh
44+ # - cargo build # to find 'extern crate async_std' by `mdbook test`
45+ # script:
46+ # - mdbook build docs
47+ # - mdbook test -L ./target/debug/deps docs
4748
4849script :
4950 - cargo check --features unstable --all --benches --bins --examples --tests
You can’t perform that action at this time.
0 commit comments