We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104bf4d commit 96b2405Copy full SHA for 96b2405
.travis.yml
@@ -34,6 +34,7 @@ matrix:
34
os: linux
35
before_script:
36
- test -x $HOME/.cargo/bin/mdbook || ./ci/install-mdbook.sh
37
+ - cargo build # to find 'extern crate async_std' by `mdbook test`
38
script:
39
- mdbook build docs
40
- mdbook test -L ./target/debug/deps docs
0 commit comments