redis / hiredis-rb

Ruby wrapper for hiredis
BSD 3-Clause "New" or "Revised" License
319 stars 90 forks source link

Migrate CI to GitHub action #75

Closed y-yagi closed 2 years ago

y-yagi commented 2 years ago

The building on travis-ci.org is ceased on June 15th, 2021. So we need to migrate CI to other services.

There are some CI services, but I recommend GitHub Actions. Because it doesn't require another account and supports multiples OSs(hiredis and redis-rb also use GitHub Actions).

This PR focus on migrating Travis CI. So Windows builds keep as is(at least, now).

In addition, skip tests that using #flush. Because those tests are falling. I think that is cause of https://github.com/redis/hiredis/issues/975.

kimyu92 commented 2 years ago

@michael-grunder this seems like a good PR to get in

michael-grunder commented 2 years ago

Agreed, I'll get it merged.