From b786d897e28e96a33ef4fc5e0bc8b636867ef9ed Mon Sep 17 00:00:00 2001 From: Andreas Fackler Date: Wed, 26 Sep 2018 14:10:41 +0200 Subject: [PATCH] Run cargo-deadlinks in CI. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4cb678e..3049f82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: rust rust: - - 1.29.0 + - 1.29.1 cache: cargo: true timeout: 1200 @@ -10,6 +10,7 @@ addons: - unzip before_install: - rustup component add --toolchain=${TRAVIS_RUST_VERSION} rustfmt-preview clippy-preview + - cargo install cargo-deadlinks env: global: - RUST_BACKTRACE=1 @@ -19,3 +20,5 @@ script: - cargo clippy --tests --examples --benches -- --deny clippy - cargo fmt -- --check - cargo test --all-features --release + - cargo doc + - cargo deadlinks --dir target/doc/threshold_crypto/