Skip to content

Commit 27f3745

Browse files
committed
Run xml5ever tests on Travis-CI
1 parent 78a31d1 commit 27f3745

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/travis-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ then
1515
cargo test --features "rustc-test/capture" --bench tokenizer
1616
cargo test --features "rustc-test/capture"
1717
cargo test --features "rustc-test/capture unstable"
18+
cargo test --features "rustc-test/capture" --manifest-path xml5ever/Cargo.toml
1819
else
1920
cargo test --bench tokenizer
2021
cargo test
22+
cargo test --manifest-path xml5ever/Cargo.toml
2123
fi
2224

2325
cargo doc
26+
cargo doc --manifest-path xml5ever/Cargo.toml

xml5ever/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ html5ever-atoms = "0.2"
2525

2626
[dev-dependencies]
2727
rustc-serialize = "0.3.15"
28+
rustc-test = "0.1.3"
2829

2930
[build-dependencies]
3031
phf_codegen = "0.7"

0 commit comments

Comments
 (0)