Don't pass --no-deps to cargo doc
This reverts commit 0eef4bfae9c166b48f7a5fbbd6fd7a9cc963ca5d. rust-lang/cargo#1529 has been fixed, so this is no longer necessary.
This commit is contained in:
parent
a1f286bdaf
commit
f3954ff7e5
|
@ -6,6 +6,6 @@ install:
|
||||||
script:
|
script:
|
||||||
- cargo test
|
- cargo test
|
||||||
- cargo bench
|
- cargo bench
|
||||||
- cargo doc --no-deps
|
- cargo doc
|
||||||
after_success:
|
after_success:
|
||||||
- .travis/docs/after_success
|
- .travis/docs/after_success
|
||||||
|
|
Loading…
Reference in New Issue