Skip to content

Commit

Permalink
cargo-deadlinks: ignore fragments
Browse files Browse the repository at this point in the history
These caused failures (see #1072)
  • Loading branch information
dhardy committed Dec 8, 2020
1 parent 909fdc5 commit 335842a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -38,8 +38,7 @@ matrix:
- bash utils/ci/script.sh
# remove cached documentation, otherwise files from previous PRs can get included
- rm -rf target/doc
- cargo doc --no-deps --all --all-features
- cargo deadlinks --dir target/doc
- cargo deadlinks --ignore-fragments -- --all-features --all
deploy:
local_dir: target/doc
provider: pages
Expand Down

0 comments on commit 335842a

Please sign in to comment.