Skip to content

Commit fd0ce3f

Browse files
taiki-ecramertj
authored andcommitted
Deny doc warnings on CI
1 parent 8844022 commit fd0ce3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ matrix:
117117
- name: cargo doc
118118
rust: nightly
119119
script:
120-
- cargo doc --all --no-deps --all-features
120+
- RUSTDOCFLAGS=-Dwarnings cargo doc --all --no-deps --all-features
121121

122122
- name: publish docs
123123
stage: release

0 commit comments

Comments
 (0)