tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.2k stars 228 forks source link

Replace Travis CI with a free alternative #906

Closed tobi-wan-kenobi closed 1 year ago

tobi-wan-kenobi commented 1 year ago

As far as I can tell, Travis CI has no perpetually free plan for OSS projects anymore.

Since this is strictly a sparetime project, I cannot afford to pay 70$ a month for CI.

Remove Travis (since the build status right now is misleading), and search for a free alternative.

tobi-wan-kenobi commented 1 year ago

Thoughts so far:

tobi-wan-kenobi commented 1 year ago

Addendum: Travis CI does support OSS projects, but this requires periodic interaction with their support to "refill" the credits (i.e. you can get additional one-shot credits if your project fulfills their requirements).

I will give Circle CI a shot, I don't want to tie in too much with github, in case I ever decide to switch to a different platform.

tobi-wan-kenobi commented 1 year ago

Closing for now - Circle CI was a bit complicated to set up with multiple Python versions (probably would need to use tox for that), and GitHub Actions were pretty easy to set up, so that is what it is for now :)