Skip to content

Commit 2790646

Browse files
committed
Include dom_sink in the generated docs
1 parent 96fb47e commit 2790646

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/travis-build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
set -ex
1212

13-
cargo doc
1413
cargo test --no-run
1514
cargo test | ./scripts/shrink-test-output.py
1615
r=${PIPESTATUS[0]}
@@ -22,3 +21,6 @@ r=${PIPESTATUS[0]}
2221
if [ $r -ne 0 ]; then exit $r; fi
2322

2423
cargo test --manifest-path capi/Cargo.toml
24+
25+
cargo doc --manifest-path dom_sink/Cargo.toml
26+
mv dom_sink/target/doc target/doc

0 commit comments

Comments
 (0)