ci: remove ALLOW_FAILURES=false in travis for nightly cargo doc (#816)

This commit is contained in:
Roman 2018-12-28 18:06:00 +03:00 committed by Toby Lawrence
parent db69275202
commit 201b6ce53a

View File

@ -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: