summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-01-10 11:27:58 -0800
committerGitHub <noreply@github.com>2019-01-10 11:27:58 -0800
commit74c473d68f35c70583f8492e27338c9dc6c14c32 (patch)
tree63047c8a21afdd7df3a754ea5d5d00dbf0d13f02
parentd95c6977816a10b8029327f1b54a242746d31037 (diff)
travis: allow nightly Rust CI to fail (#843)
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 18906b71..d95ac7a9 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: