From d7710990d0ef3a755c0a2ce3907b5d079f509cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julia=20Kr=C3=BCger?= Date: Tue, 25 Jun 2019 11:48:33 +0200 Subject: [PATCH] chore(timeout-issue): don't exclusivly recommend travis ci --- content/timeout-issue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/timeout-issue.js b/content/timeout-issue.js index cef2d62f..b3ec15f7 100644 --- a/content/timeout-issue.js +++ b/content/timeout-issue.js @@ -6,7 +6,7 @@ module.exports = ({ fullName }) => 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. -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 [Travis CI](https://travis-ci.org), but Greenkeeper will work with every other CI service as well. +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. 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/')}.