Skip to content

Commit 335842a

Browse files
committed
cargo-deadlinks: ignore fragments
These caused failures (see #1072)
1 parent 909fdc5 commit 335842a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ matrix:
3838
- bash utils/ci/script.sh
3939
# remove cached documentation, otherwise files from previous PRs can get included
4040
- rm -rf target/doc
41-
- cargo doc --no-deps --all --all-features
42-
- cargo deadlinks --dir target/doc
41+
- cargo deadlinks --ignore-fragments -- --all-features --all
4342
deploy:
4443
local_dir: target/doc
4544
provider: pages

0 commit comments

Comments
 (0)