Remove obsolete rust-ci docs uploading
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
We use docs.rs these days. No manual work in it, either. Yay!
.travis.yml
Cargo.toml

index a2f12a93410adedc8336794d7af56bd28b383753..2883852e713f71d3e361d58e4a8bc363cc1b501c 100644 (file)
@@ -3,15 +3,6 @@ rust:
   - nightly
   - beta
   - stable
-env:
-  global:
-    - secure: nR+DJRUQ9v03nNZMpMu1tGKLKBAqdQsTIAr8ffdl+DUEh3b2jvQ+vLLNFLPjsloqhoOXo7cWO7qVpiE4ZOq2lNDURQjdiZGFjh/Y5+xKy2BqFdV7qQ1JoBzsMyx28tQTYz0mtBsACiCYKKb+ddNX5hpwrsjp8cS7htZktA5kbiU=
 script:
   - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo test --features bench; else ! cargo test --features bench; fi
   - 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
index 39c6b77549574d3eb61f901a29d1add4166c1920..f68b6dcf3d91f5136c6351c2141faa8f8d4bdaa0 100644 (file)
@@ -3,7 +3,7 @@ name = "anymap"
 version = "0.12.1"
 authors = ["Chris Morgan <me@chrismorgan.info>"]
 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"
 repository = "https://github.com/chris-morgan/anymap"
 readme = "README.md"