We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74e5421 + 15873a7 commit 649579eCopy full SHA for 649579e
src/doc/manifest.md
@@ -163,6 +163,8 @@ travis-ci = { repository = "...", branch = "master" }
163
appveyor = { repository = "...", branch = "master", service = "github" }
164
# GitLab: `repository` is required. `branch` is optional; default is `master`
165
gitlab = { repository = "...", branch = "master" }
166
+# Circle CI: `repository` is required. `branch` is optiona; default is `master`
167
+circle-ci = { repository = "...", branch = "master" }
168
# Is it maintained resolution time: `repository` is required.
169
is-it-maintained-issue-resolution = { repository = "..." }
170
# Is it maintained percentage of open issues: `repository` is required.
0 commit comments