Skip to content

Commit 184427c

Browse files
author
Stjepan Glavina
committed
fix a bug in .travis.yml
1 parent cc76722 commit 184427c

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
@@ -50,7 +50,7 @@ matrix:
5050
rust: nightly
5151
os: linux
5252
script:
53-
- cargo doc --features docs unstable
53+
- cargo doc --features docs,unstable
5454

5555
- name: book
5656
rust: nightly

0 commit comments

Comments
 (0)