remove README compiling from CI

The cache seems to be causing conflicts. `rustdoc` cannot tell which
`libhttp` to use.
This commit is contained in:
Sean McArthur
2017-10-09 14:58:43 -07:00
parent a3d13041f3
commit 1d34b9ef30
-2
View File
@@ -15,8 +15,6 @@ matrix:
script:
- cargo test
- 'if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo test --benches; fi'
- rustdoc --test README.md -L target/debug/deps
- cargo doc --no-deps
notifications:
email: