Cli: Switch CI from travis?

Created on 14 Nov 2019  路  5Comments  路  Source: urfave/cli

My impression of CI systems in the recent past (eg. end of 2019) is that circleci has begun to surpass travis as the first choice for open source projects? Primarily because travis has started having very very long build queues.

This issue is about considering a switch from travis to circleci, all discussion and feedback is welcome!

kindiscussion kinmaintenance

All 5 comments

There is also github actions, which can do builds and all of that stuff, potentially with no queues.

Ah, and Github Actions just hit general availability this week! I'm super interested in that 馃攳

I鈥檇 be still in favor of CircleCI over GitHub actions because of the performance. But both are way better than Travis. 馃憤

I think I'm gonna test out Github Actions for release automation (eg. https://github.com/urfave/cli/issues/923), it's a good fit and not performance intensive (since releases are rare).

Was this page helpful?
0 / 5 - 0 ratings