reinh / statsd

A Ruby Statsd client that isn't a direct port of the Python example code. Because Ruby isn't Python.
MIT License
411 stars 154 forks source link

Fix the build! #73

Closed reinh closed 3 years ago

reinh commented 5 years ago

It looks like the Travis CI build is failing. We should fix that!

raggi commented 4 years ago

I've added a CI on Github actions, with a badge added to the readme.

Unfortunately actions doesn't have readily available builders for anything other than CRuby, so coverage is dropped somewhat.

Next step for fixing this bug should be to add a conditional capability around IPv6 tests, so that we can get Travis green again. We can rely on Github for coverage for the v6 code.

reinh commented 4 years ago

A wild @raggi appears! I'm hoping that I can find some time to maintain this gem again this year, FWIW, and thanks again for all of your help.