pass --no-deps to cargo doc

workaround for rust-lang/cargo#1529
This commit is contained in:
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: script:
- cargo test - cargo test
- cargo bench - cargo bench
- cargo doc - cargo doc --no-deps
after_success: | after_success: |
echo '<meta http-equiv="refresh" content="0;url=fringe/">' > target/doc/index.html &&\ echo '<meta http-equiv="refresh" content="0;url=fringe/">' > target/doc/index.html &&\
ghp-import -n target/doc &&\ ghp-import -n target/doc &&\