zeevallin / arcane

Rails strong parameters, made object oriented.
MIT License
50 stars 4 forks source link

Properly test against multiple versions of activesupport #3

Closed micke closed 11 years ago

micke commented 11 years ago

Travis-CI allows you to test against multiple versions of dependencies.

The way this was done in this gem is not the correct way. As you can see here, The ENV does not make any difference https://travis-ci.org/cloudsdaleapp/arcane/jobs/9029170 https://travis-ci.org/cloudsdaleapp/arcane/jobs/9029171

This pull request changes the travis build to use multiple gemfiles to test against multiple versions of activesupport. As a bonus it adds testing against jruby 2.0 mode.