solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
52 stars 124 forks source link

Test against multiple Ruby versions #38

Closed bbuchalter closed 8 years ago

bbuchalter commented 8 years ago

Let's test this gem against Ruby 2.1.5, 2.2.4, and 2.3.0.

stewart commented 8 years ago

I have trouble finding documentation on rvm-exec and haven't personally used RVM for a number of years - does it accept loose matchers on Ruby versions? (e.g. rvm-exec 2.2 instead of specifying a minor version).

Additionally, it may be worth investigating using Circle's parallelization to speed up these builds. I'm unfamiliar with that part of Circle's config, but @jhawthorn may know more. There's even an existing example of using it to accomplish testing with multiple Rubies.

stewart commented 8 years ago

Correction! Looks like I found the right setting, and have bumped up to three containers.

bbuchalter commented 8 years ago

Looks like we're going with TravisCI, so I'll close this up.