mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
ci: remove ALLOW_FAILURES=false in travis for nightly cargo doc (#816)
This commit is contained in:
parent
db69275202
commit
201b6ce53a
@ -63,8 +63,8 @@ matrix:
|
|||||||
cargo test -p tokio-threadpool --tests --target x86_64-unknown-linux-gnu
|
cargo test -p tokio-threadpool --tests --target x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
# This runs cargo +nightly doc
|
# This runs cargo +nightly doc
|
||||||
- rust: nightly
|
- name: nightly_docs
|
||||||
env: ALLOW_FAILURES=true # FIXME remove this live after #437 is resolved
|
rust: nightly
|
||||||
script: cargo doc
|
script: cargo doc
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user