File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ matrix:
29
29
os : linux
30
30
name : " Linux, nightly, docs"
31
31
env : NIGHTLY=1
32
- install :
33
- - cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
34
- - cargo deadlinks -V
32
+ # install:
33
+ # - cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
34
+ # - cargo deadlinks -V
35
35
before_script :
36
36
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
37
37
script :
38
38
- bash utils/ci/script.sh
39
39
# remove cached documentation, otherwise files from previous PRs can get included
40
40
- rm -rf target/doc
41
41
- cargo doc --no-deps --all --all-features
42
- - cargo deadlinks --dir target/doc
42
+ # - cargo deadlinks --dir target/doc
43
43
deploy :
44
44
local_dir : target/doc
45
45
provider : pages
You can’t perform that action at this time.
0 commit comments