File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,16 @@ matrix:
35
35
script :
36
36
- cargo doc --features docs
37
37
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
47
48
48
49
script :
49
50
- cargo check --features unstable --all --benches --bins --examples --tests
You can’t perform that action at this time.
0 commit comments