Skip to content

Commit cc282d9

Browse files
committed
Move cargo-deadlinks to install section
1 parent a8bddc0 commit cc282d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ matrix:
2626
- cargo test --tests --no-default-features --features=serde1
2727
- rust: nightly
2828
install:
29+
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
2930
before_script:
3031
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
3132
script:
@@ -34,7 +35,6 @@ matrix:
3435
- cargo test --features serde1,log,nightly
3536
- cargo test --benches
3637
- cargo doc --no-deps --all --all-features
37-
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
3838
- cargo deadlinks --dir target/doc
3939
after_success:
4040
- travis-cargo --only nightly doc-upload

0 commit comments

Comments
 (0)