pass --no-deps to cargo doc

workaround for rust-lang/cargo#1529
master
edef 2015-04-16 09:24:35 -04:00
parent 9eb99666bc
commit 09369acc07
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&\