Skip to content

Commit 4b5d7f7

Browse files
committed
Change script to use cargo [command] --all
1 parent 4013e3c commit 4b5d7f7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

scripts/travis-build.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ then
1818
cargo test -p xml5ever --features "rustc-test/capture"
1919
else
2020
cargo test -p html5ever --bench tokenizer
21-
cargo test -p html5ever
22-
cargo test -p xml5ever
21+
cargo test --all
2322
fi
2423

25-
# This is a hack until cargo doc lands on stable
26-
cargo doc -p html5ever
27-
cargo doc -p xml5ever
24+
cargo doc --all

0 commit comments

Comments
 (0)