Skip to content

Commit

Permalink
Don't run cargo deadlinks for nightly (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin authored Aug 27, 2018
1 parent 167e484 commit 438eab9
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 @@ -19,7 +19,7 @@ env:

install:
# Install `cargo-deadlinks` unless it is currently installed.
- command -v cargo-deadlinks &> /dev/null || cargo install cargo-deadlinks
- 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.
Expand Down

0 comments on commit 438eab9

Please sign in to comment.