opentracing / opentracing-java

OpenTracing API for Java. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.68k stars 344 forks source link

Migrating the CI CD from Travis to GitHub Actions #380

Open ohbus opened 3 years ago

ohbus commented 3 years ago

I would like to make a proposal to migrate the Continuous Integration and Delivery of this project to GitHub Actions from Travis CI.

If you find this interesting I can start working on it immediately, and we can make discuss more steps to take to integrate Sonar analysis and deploying to maven central.

yurishkuro commented 3 years ago

👍

ohbus commented 3 years ago

Hi @yurishkuro,

Thank you for the response.

Is there any roadmap for bringing this change, as in, if this would be a great addition to the CI system over the existing Travis CI.

If you would want me to go ahead, Can you please assign me this issue?

yurishkuro commented 3 years ago

travis-ci.org is going away, and we've seen travis-ci.com impose odd limits, so those would be primary motivations to migrate away from travis.

ohbus commented 3 years ago

Thanks, I'll keep you posted as I make progress.