ruby-protobuf / protobuf

A pure ruby implementation of Google's Protocol Buffers
https://github.com/ruby-protobuf
MIT License
462 stars 101 forks source link

Switch to circle-ci #422

Closed film42 closed 3 years ago

film42 commented 3 years ago

This switches our CI to circle-ci. I also went and moved a few Rakefile changes and incorrect proto files changes from #421 to this PR. This was necessary to make CI pass.

One other note: I did remove a few ruby version from the set. I think 2.4 is the minimum version circle-ci has support for, and honestly, I think that's just fine for now.

@quixoten @abrandoned @mmmries @brianstien @liveh2o

ETetzlaff commented 3 years ago

Nice! LGTM