From 74c473d68f35c70583f8492e27338c9dc6c14c32 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 10 Jan 2019 11:27:58 -0800 Subject: [PATCH] travis: allow nightly Rust CI to fail (#843) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 18906b71f..d95ac7a97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,6 +86,7 @@ matrix: # This runs cargo +nightly doc - name: nightly_docs rust: nightly + env: ALLOW_FAILURES=true script: cargo doc allow_failures: @@ -101,6 +102,7 @@ script: | cargo check --tests --all --exclude tokio-tls --target $TARGET else cargo test --all --no-fail-fast + cargo doc --all fi before_deploy: