Remove obsolete rust-ci docs uploading

We use docs.rs these days. No manual work in it, either. Yay!
This commit is contained in:
Chris Morgan 2017-01-20 21:25:44 +05:30
parent 2173c81567
commit 1374cacb41
2 changed files with 1 additions and 10 deletions

View file

@ -3,15 +3,6 @@ rust:
- nightly - nightly
- beta - beta
- stable - stable
env:
global:
- secure: nR+DJRUQ9v03nNZMpMu1tGKLKBAqdQsTIAr8ffdl+DUEh3b2jvQ+vLLNFLPjsloqhoOXo7cWO7qVpiE4ZOq2lNDURQjdiZGFjh/Y5+xKy2BqFdV7qQ1JoBzsMyx28tQTYz0mtBsACiCYKKb+ddNX5hpwrsjp8cS7htZktA5kbiU=
script: script:
- if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo test --features bench; else ! cargo test --features bench; fi - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo test --features bench; else ! cargo test --features bench; fi
- cargo test - cargo test
- cargo doc
after_script:
- ln -s target/doc doc
- curl -v http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN > ./upload-docs
- cat ./upload-docs
- sh ./upload-docs

View file

@ -3,7 +3,7 @@ name = "anymap"
version = "0.12.1" version = "0.12.1"
authors = ["Chris Morgan <me@chrismorgan.info>"] authors = ["Chris Morgan <me@chrismorgan.info>"]
description = "A safe and convenient store for one value of each type" description = "A safe and convenient store for one value of each type"
#documentation = "http://www.rust-ci.org/chris-morgan/anymap/doc/anymap/index.html" documentation = "https://docs.rs/anymap"
#homepage = "https://github.com/chris-morgan/anymap" #homepage = "https://github.com/chris-morgan/anymap"
repository = "https://github.com/chris-morgan/anymap" repository = "https://github.com/chris-morgan/anymap"
readme = "README.md" readme = "README.md"