Skip to content

Commit

Permalink
Don't pass --no-deps to cargo doc
Browse files Browse the repository at this point in the history
This reverts commit 0eef4bf.
rust-lang/cargo#1529 has been fixed, so this is no longer necessary.
  • Loading branch information
edef1c committed Oct 9, 2015
1 parent a1f286b commit f3954ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ install:
script:
- cargo test
- cargo bench
- cargo doc --no-deps
- cargo doc
after_success:
- .travis/docs/after_success

0 comments on commit f3954ff

Please sign in to comment.