We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909fdc5 commit 335842aCopy full SHA for 335842a
.travis.yml
@@ -38,8 +38,7 @@ matrix:
38
- bash utils/ci/script.sh
39
# remove cached documentation, otherwise files from previous PRs can get included
40
- rm -rf target/doc
41
- - cargo doc --no-deps --all --all-features
42
- - cargo deadlinks --dir target/doc
+ - cargo deadlinks --ignore-fragments -- --all-features --all
43
deploy:
44
local_dir: target/doc
45
provider: pages
0 commit comments