code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 42 forks source link

move CI to github actions #87

Closed jrochkind closed 2 years ago

jrochkind commented 2 years ago

This project is set up for CI on Travis, but Travis essentially doesn't provide free CI for open source anymore, and the CI doesn't currently appear to be running for this project.

I have had good experience with free Github Actions for CI. Reconstitute CI on Github Actions?

mcritchlow commented 2 years ago

Makes good sense to me. I've not yet used GH Actions, but might have time in a few weeks to take a pass at this, unless someone else wants to jump on it sooner.

jrochkind commented 2 years ago

Note CI won't currently pass in ruby 3.0, because of rexml dependency assumed in stdlib. https://github.com/code4lib/ruby-oai/issues/68