Skip to content

Commit c8a0577

Browse files
committed
Don't document dependencies on travis
1 parent 9670a18 commit c8a0577

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
@@ -14,7 +14,7 @@ before_script:
1414
script:
1515
- cargo test --target $TARGET
1616
- cargo test --release --target $TARGET
17-
- cargo doc
17+
- cargo doc --no-deps
1818
after_success:
1919
- travis-cargo --only nightly doc-upload
2020
notifications:

0 commit comments

Comments
 (0)