Removed rustdoc test on README.md.

This commit is contained in:
Aaron Weiss 2014-12-05 10:49:25 -05:00
parent cd4340c052
commit 67bfcee53c

View file

@ -6,7 +6,6 @@ script:
- chmod +x mktestconfig.sh
- ./mktestconfig.sh
- cargo build --verbose
- rustdoc --test README.md -L target
- cargo build --verbose --features "encode ssl"
- cargo test --verbose
- cargo test --verbose --features "encode ssl"