From 335842aee094eab6a8b81bf58c03bb975ee08021 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Mon, 7 Dec 2020 17:07:56 +0000 Subject: [PATCH] cargo-deadlinks: ignore fragments These caused failures (see #1072) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35d755e3527..b1083e5bb4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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