watermarkchurch / wcc-contentful

An alternative to Contentful's contentful.rb ruby client, contentful_model, and contentful_rails gems all in one.
MIT License
2 stars 1 forks source link

Build for multiple ruby & rails versions #100

Closed gburgett closed 4 years ago

gburgett commented 6 years ago

Now that we are using the gem in multiple apps, we should have CI build it for multiple ruby versions & rails combinations. At the very least we should build it for the combinations of our apps that use contentful:

Here's an option that Travis CI provides: https://docs.travis-ci.com/user/build-matrix/

gburgett commented 4 years ago

TravisCI does that now