travis: don't build doc for dependencies

This commit is contained in:
Victor Berger 2017-02-22 16:46:22 +01:00 committed by GitHub
parent 618fb3a804
commit 17f8ebb7a9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ before_script:
script:
- |
travis-cargo build &&
travis-cargo --only stable doc
travis-cargo --only stable doc -- --no-deps
after_success:
- travis-cargo --only stable doc-upload