From f59eb30bbb9f1c30dcbfebe54aed72e1f51ba7cc Mon Sep 17 00:00:00 2001 From: Matt Gathu Date: Wed, 13 Sep 2017 09:38:59 +0300 Subject: [PATCH] Update Appveyor badge docs * indicate you can specify the appveyor project id if you want to use that instead This PR is part of: https://github.com/rust-lang/crates.io/issues/693 --- src/doc/manifest.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 482d9c76499..1b31064fbe2 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -185,7 +185,8 @@ license-file = "..." # Appveyor: `repository` is required. `branch` is optional; default is `master` # `service` is optional; valid values are `github` (default), `bitbucket`, and -# `gitlab`. +# `gitlab`; `id` is optional; you can specify the appveyor project id if you +# want to use that instead. appveyor = { repository = "...", branch = "master", service = "github" } # Circle CI: `repository` is required. `branch` is optiona; default is `master`