Merge pull request #473 from serde-rs/docs

Generate docs from 'docs' branch instead of master
This commit is contained in:
Oliver Schneider 2016-07-31 12:04:12 +02:00 committed by GitHub
commit 85001608e0

View File

@ -29,7 +29,7 @@ script:
- (cd examples/serde-syntex-example && travis-cargo --only nightly run -- --no-default-features --features unstable) - (cd examples/serde-syntex-example && travis-cargo --only nightly run -- --no-default-features --features unstable)
- (cd serde && travis-cargo --only stable doc) - (cd serde && travis-cargo --only stable doc)
after_success: after_success:
- (cd serde && travis-cargo --only stable doc-upload) - (cd serde && travis-cargo --only stable doc-upload --branch docs)
- (cd testing && travis-cargo --only stable coveralls --no-sudo) - (cd testing && travis-cargo --only stable coveralls --no-sudo)
env: env:
global: global: