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 96fb47e commit 2790646Copy full SHA for 2790646
scripts/travis-build.sh
@@ -10,7 +10,6 @@
10
11
set -ex
12
13
-cargo doc
14
cargo test --no-run
15
cargo test | ./scripts/shrink-test-output.py
16
r=${PIPESTATUS[0]}
@@ -22,3 +21,6 @@ r=${PIPESTATUS[0]}
22
21
if [ $r -ne 0 ]; then exit $r; fi
23
24
cargo test --manifest-path capi/Cargo.toml
+
25
+cargo doc --manifest-path dom_sink/Cargo.toml
26
+mv dom_sink/target/doc target/doc
0 commit comments