We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e5421 commit 15873a7Copy full SHA for 15873a7
1 file changed
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