From 201b6ce53a0f2fe7cbba50802253fda33e6e3bd5 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 28 Dec 2018 18:06:00 +0300 Subject: [PATCH] ci: remove ALLOW_FAILURES=false in travis for nightly cargo doc (#816) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e7452b09..0fb348337 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: