Skip to content

Commit bd43490

Browse files
committed
fix cargo test --doc
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent c533d5f commit bd43490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ matrix:
6464

6565
script:
6666
- cargo check --features unstable --all --benches --bins --examples --tests
67-
- cargo test --all --docs --features unstable
67+
- cargo test --all --doc --features unstable

0 commit comments

Comments
 (0)