mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-18 00:00:09 +02:00
ci: remove ALLOW_FAILURES=false in travis for nightly cargo doc (#816)
This commit is contained in:
+2
-2
@@ -63,8 +63,8 @@ matrix:
|
||||
cargo test -p tokio-threadpool --tests --target x86_64-unknown-linux-gnu
|
||||
|
||||
# This runs cargo +nightly doc
|
||||
- rust: nightly
|
||||
env: ALLOW_FAILURES=true # FIXME remove this live after #437 is resolved
|
||||
- name: nightly_docs
|
||||
rust: nightly
|
||||
script: cargo doc
|
||||
|
||||
allow_failures:
|
||||
|
||||
Reference in New Issue
Block a user