DEV Community

Discussion on: What Travis CI New Billing Means for OSS

 
potentialstyx profile image
PotentialStyx

@shadowtime2000
(Read above comment before this)

If you are switching from Travis to GitHub actions you should read this

Thread Thread
 
shadowtime2000 profile image
shadowtime2000

Github actions are pretty cool, but when you have a somewhat large or complex OSS project I would create a GH organization, which has limited CI time, but I really don't use that much :). I really like the flexibility and the pluggability of GH actions, but my coverage service, Coveralls, I believe requires some hacks for any CI other than Travis. Thanks for the docs link, I think I will look into it.

Thread Thread
 
potentialstyx profile image
PotentialStyx

Your welcome!