travis: allow nightly Rust CI to fail (#843)

This commit is contained in:
Carl Lerche
2019-01-10 11:27:58 -08:00
committed by GitHub
parent d95c697781
commit 74c473d68f
+2
View File
@@ -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: