Skip to content

Commit

Permalink
Auto merge of #4489 - mattgathu:update_appveyor_badge_docs, r=alexcri…
Browse files Browse the repository at this point in the history
…chton

Update Appveyor badge docs

* indicate you can specify the appveyor project id if you want to use that instead

This PR is part of: rust-lang/crates.io#693
  • Loading branch information
bors committed Sep 13, 2017
2 parents 45d8fed + f59eb30 commit bf0b81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit bf0b81a

Please sign in to comment.