From c72bc9a2a7235312ac863e636eb5fe28e5c64529 Mon Sep 17 00:00:00 2001 From: Andreas Fackler Date: Thu, 27 Sep 2018 10:41:44 +0200 Subject: [PATCH] Fix build failure if deadlinks is already installed. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3049f82..6a025f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - unzip before_install: - rustup component add --toolchain=${TRAVIS_RUST_VERSION} rustfmt-preview clippy-preview - - cargo install cargo-deadlinks + - cargo deadlinks --version || cargo install cargo-deadlinks env: global: - RUST_BACKTRACE=1