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 78a31d1 commit 27f3745Copy full SHA for 27f3745
scripts/travis-build.sh
@@ -15,9 +15,12 @@ then
15
cargo test --features "rustc-test/capture" --bench tokenizer
16
cargo test --features "rustc-test/capture"
17
cargo test --features "rustc-test/capture unstable"
18
+ cargo test --features "rustc-test/capture" --manifest-path xml5ever/Cargo.toml
19
else
20
cargo test --bench tokenizer
21
cargo test
22
+ cargo test --manifest-path xml5ever/Cargo.toml
23
fi
24
25
cargo doc
26
+cargo doc --manifest-path xml5ever/Cargo.toml
xml5ever/Cargo.toml
@@ -25,6 +25,7 @@ html5ever-atoms = "0.2"
[dev-dependencies]
27
rustc-serialize = "0.3.15"
28
+rustc-test = "0.1.3"
29
30
[build-dependencies]
31
phf_codegen = "0.7"
0 commit comments