Skip to content

Commit

Permalink
Fix build failure if deadlinks is already installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
afck authored and mbr committed Sep 27, 2018
1 parent bc04ea5 commit c72bc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c72bc9a

Please sign in to comment.