Point links to docs.serde.rs

This commit is contained in:
David Tolnay
2016-08-13 15:01:57 -07:00
parent d46db730ff
commit 0557a7feac
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ script:
- (cd examples/serde-syntex-example && travis-cargo --only nightly run -- --no-default-features --features unstable)
- (cd serde && travis-cargo --only stable doc)
after_success:
- (cd serde && travis-cargo --only stable doc-upload --branch docs)
- (cd serde && mkdir -p target/doc && echo docs.serde.rs > target/doc/CNAME && travis-cargo --only stable doc-upload --branch docs)
- (cd testing && travis-cargo --only stable coveralls --no-sudo)
env:
global: