Remove CNAME

This is now managed by github.com/serde-rs/docs.
This commit is contained in:
David Tolnay 2016-08-13 17:54:45 -07:00
parent 0557a7feac
commit 33d26c6d38
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

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 && mkdir -p target/doc && echo docs.serde.rs > target/doc/CNAME && travis-cargo --only stable doc-upload --branch docs) - (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: