Don't run cargo-deadlinks

This commit is contained in:
Sergey Pepyakin 2018-10-26 13:59:46 +02:00
parent 3bd5eb1daf
commit 8a5f80a1e2
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ env:
- CC=/usr/bin/gcc-8 CXX=/usr/bin/g++-8
install:
# Install `cargo-deadlinks` unless it is currently installed.
- command -v cargo-deadlinks &> /dev/null || cargo install --git https://github.com/deadlinks/cargo-deadlinks/
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then rustup target add wasm32-unknown-unknown; fi
script:
# Make sure nightly targets are not broken.