Travis-CI README.md rustdoc test, take 3.
This commit is contained in:
parent
96e2a960ed
commit
cd4340c052
1 changed files with 1 additions and 1 deletions
|
@ -6,9 +6,9 @@ script:
|
||||||
- chmod +x mktestconfig.sh
|
- chmod +x mktestconfig.sh
|
||||||
- ./mktestconfig.sh
|
- ./mktestconfig.sh
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
|
- rustdoc --test README.md -L target
|
||||||
- cargo build --verbose --features "encode ssl"
|
- cargo build --verbose --features "encode ssl"
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
- rustdoc --test README.md -L target
|
|
||||||
- cargo test --verbose --features "encode ssl"
|
- cargo test --verbose --features "encode ssl"
|
||||||
- cargo doc --verbose
|
- cargo doc --verbose
|
||||||
- cargo doc --verbose --features "encode ssl"
|
- cargo doc --verbose --features "encode ssl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue