Skip to content

Commit

Permalink
chore(timeout-issue): don't exclusivly recommend travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Realtin committed Jun 27, 2019
1 parent e6ee360 commit d771099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/timeout-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/')}.
Expand Down

0 comments on commit d771099

Please sign in to comment.