From: Trevor Reiff Date: Sun, 8 Oct 2017 00:59:39 +0000 (-0400) Subject: Update docs for appveyor badge. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~14^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=53012bd4df83a0d43ce7dfd0175d78b084823477;p=cargo.git Update docs for appveyor badge. --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 4a72712d2..2b2215057 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -192,7 +192,8 @@ license-file = "..." # Appveyor: `repository` is required. `branch` is optional; default is `master` # `service` is optional; valid values are `github` (default), `bitbucket`, and # `gitlab`; `id` is optional; you can specify the appveyor project id if you -# want to use that instead. +# want to use that instead. `project_name` is optional; use when the repository +# name differs from the appveyor project name. appveyor = { repository = "...", branch = "master", service = "github" } # Circle CI: `repository` is required. `branch` is optional; default is `master`