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 b6c8186 commit b39c720Copy full SHA for b39c720
.travis.yml
@@ -18,7 +18,7 @@ matrix:
18
19
before_script:
20
- rustup component add rustfmt
21
- - (test -x $HOME/.cargo/bin/mdbook || ./ci/install-mdbook.sh)
+ - if [[ -n "$BUILD_BOOK" ]]; then (test -x $HOME/.cargo/bin/mdbook || ./ci/install-mdbook.sh); fi
22
23
script:
24
- if ![[ -n "$BUILD_BOOK" ]]; then cargo check --all --benches --bins --examples --tests && cargo test --all; fi
0 commit comments