removes test env for incompatible Rails 3.2 and adds Rails 4.2

gemspec requires "rails" and "activemodel, ">= 4.0", so testing
on 3.2 will always fail to resolve dependencies.

adds and defaults to Rails 4.2 when RAILS_VERSION is not specified
This commit is contained in:
Tony Ta
2015-04-26 18:10:37 -07:00
parent 1577969cb7
commit b224d50005
2 changed files with 2 additions and 3 deletions

View File

@@ -15,13 +15,12 @@ install:
- bundle install --retry=3
env:
- "RAILS_VERSION=3.2"
- "RAILS_VERSION=4.0"
- "RAILS_VERSION=4.1"
- "RAILS_VERSION=4.2"
- "RAILS_VERSION=master"
matrix:
allow_failures:
- rvm: ruby-head
- env: "RAILS_VERSION=master"
- env: "RAILS_VERSION=3.2"