Don't run cargo-deadlinks
This commit is contained in:
parent
3bd5eb1daf
commit
8a5f80a1e2
|
@ -18,8 +18,6 @@ env:
|
||||||
- CC=/usr/bin/gcc-8 CXX=/usr/bin/g++-8
|
- CC=/usr/bin/gcc-8 CXX=/usr/bin/g++-8
|
||||||
|
|
||||||
install:
|
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
|
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then rustup target add wasm32-unknown-unknown; fi
|
||||||
script:
|
script:
|
||||||
# Make sure nightly targets are not broken.
|
# Make sure nightly targets are not broken.
|
||||||
|
|
Loading…
Reference in New Issue