Skip to content

Commit

Permalink
pass --no-deps to cargo doc
Browse files Browse the repository at this point in the history
workaround for rust-lang/cargo#1529
  • Loading branch information
edef1c committed Apr 16, 2015
1 parent 3be36fa commit 0eef4bf
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 @@ -4,7 +4,7 @@ install:
script:
- cargo test
- cargo bench
- cargo doc
- cargo doc --no-deps
after_success: |
echo '<meta http-equiv="refresh" content="0;url=fringe/">' > target/doc/index.html &&\
ghp-import -n target/doc &&\
Expand Down

0 comments on commit 0eef4bf

Please sign in to comment.