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.
master
edef 2015-10-09 00:05:29 -04:00
parent a1f286bdaf
commit f3954ff7e5
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ install:
script:
- cargo test
- cargo bench
- cargo doc --no-deps
- cargo doc
after_success:
- .travis/docs/after_success