From: Bryant Mairs Date: Thu, 26 Jan 2017 22:12:58 +0000 (-0800) Subject: Add gitlab to the supported services for AppVeyor badges. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~18^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=96edd4dd57fac7af69be3dc66dad345cd8c4f604;p=cargo.git Add gitlab to the supported services for AppVeyor badges. This is undocumented but supported behavior for AppVeyor. --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index df55c0dc1..bf07ebe26 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -148,7 +148,8 @@ license-file = "..." # Travis CI: `repository` is required. `branch` is optional; default is `master` travis-ci = { repository = "...", branch = "master" } # Appveyor: `repository` is required. `branch` is optional; default is `master` -# `service` is optional; valid values are `github` (default) and `bitbucket` +# `service` is optional; valid values are `github` (default), `bitbucket`, and +# `gitlab`. appveyor = { repository = "...", branch = "master", service = "github" } ```