Skip to content

Commit d7f98fd

Browse files
committed
chore(timeout-issue): add even more CI services
1 parent d771099 commit d7f98fd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

content/timeout-issue.js

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ module.exports = ({ fullName }) =>
66
77
To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.
88
9-
Since we didn’t receive a CI status on the ${branchLink(fullName)} branch, it’s possible that you don’t have CI set up yet. We recommend using [Circle CI](https://circleci.com/) or [Travis CI](https://travis-ci.org), but Greenkeeper will work with every other CI service as well.
9+
Since we didn’t receive a CI status on the ${branchLink(fullName)} branch, it’s possible that you don’t have CI set up yet.
10+
We recommend using:
11+
- [CircleCI](https://circleci.com)
12+
- [Travis CI](https://travis-ci.org)
13+
- [CodeShip](https://codeship.com)
14+
- [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines)
15+
- [TeamCity](https://www.jetbrains.com/teamcity)
16+
- [Buddy](https://buddy.works)
17+
- [AppVeyor](https://www.appveyor.com)
18+
But Greenkeeper will work with every other CI service as well.
1019
1120
If you _have_ already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with ${md.code('greenkeeper/')}.
1221

0 commit comments

Comments
 (0)