Skip to content

Commit eab2a6c

Browse files
committed
Tell travis to use dox feature
1 parent 919cbf5 commit eab2a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ before_script:
1616
script:
1717
- |
1818
travis-cargo build &&
19-
travis-cargo --only stable doc
19+
travis-cargo --only nightly doc -- features dox
2020
after_success:
21-
- travis-cargo --only stable doc-upload
21+
- travis-cargo --only nightly doc-upload -- features dox
2222
env:
2323
global:
2424
# don't have special dependencies for nightly build

0 commit comments

Comments
 (0)