Closed micke closed 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.
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.