We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bddc0 commit cc282d9Copy full SHA for cc282d9
.travis.yml
@@ -26,6 +26,7 @@ matrix:
26
- cargo test --tests --no-default-features --features=serde1
27
- rust: nightly
28
install:
29
+ - cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
30
before_script:
31
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
32
script:
@@ -34,7 +35,6 @@ matrix:
34
35
- cargo test --features serde1,log,nightly
36
- cargo test --benches
37
- cargo doc --no-deps --all --all-features
- - cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
38
- cargo deadlinks --dir target/doc
39
after_success:
40
- travis-cargo --only nightly doc-upload
0 commit comments