Don't test the README

This commit is contained in:
Alex Crichton 2017-12-16 16:53:27 -08:00
parent 3923e9a2a6
commit 5f657c4d08

View File

@ -9,7 +9,6 @@ before_script:
script:
- cargo build --verbose
- cargo test --verbose
- rustdoc --test README.md -L target/debug -L target/debug/deps
- cargo doc --no-deps
after_success:
- travis-cargo --only nightly doc-upload