highlightjs / highlightjs-extempore

Highlight.js Extempore language repository
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Action required: Greenkeeper could not be activated 🚨 #2

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status 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 greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, 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 greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please click the 'fix repo' button on account.greenkeeper.io.

benswift commented 5 years ago

Hmm, I'm not 100% sure how the CI thing is supposed to work for these hljs modules, so I think I'll just await further instructions 😜

marcoscaceres commented 5 years ago

I think it just wants us to set up TravisCI. I'll put together a simple travis config file. It might be nice to start running tests on travis in case any bug fixes come in.

benswift commented 5 years ago

ah, ok. that'd be good, thanks.