mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-19 22:53:59 -04:00
remove README compiling from CI
The cache seems to be causing conflicts. `rustdoc` cannot tell which `libhttp` to use.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user