Skip to content

Commit

Permalink
Start supporting Ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cupakromer committed Dec 28, 2014
1 parent 3724ca0 commit 5de1bef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: ruby

rvm:
- 1.8.7
- 2.2
- 2.1
- 2.0.0
- 1.9.3
Expand Down Expand Up @@ -39,6 +40,8 @@ matrix:
env: RAILS_VERSION='~> 3.0.20'
- rvm: 2.1
env: RAILS_VERSION='~> 3.0.20'
- rvm: 2.2
env: RAILS_VERSION='~> 3.0.20'
# 4.x is not supported on MRI ruby-1.8.7 or 1.9.2
- rvm: 1.8.7
env: RAILS_VERSION='~> 4.0.4'
Expand All @@ -64,6 +67,17 @@ matrix:
env: RAILS_VERSION=4-2-stable
- rvm: 1.9.2
env: RAILS_VERSION=4-2-stable
# MRI 2.2 is not supported on a few versions
- rvm: 2.2
env: RAILS_VERSION='~> 3.1.12'
- rvm: 2.2
env: RAILS_VERSION='~> 3.2.17'
- rvm: 2.2
env: RAILS_VERSION=3-2-stable
- rvm: 2.2
env: RAILS_VERSION='~> 4.0.4'
- rvm: 2.2
env: RAILS_VERSION=4-0-stable
allow_failures:
# Allow Rails 4.2.0 to fail until https://github.com/rails/rails-dom-testing/issues/28 is resolved
- env: RAILS_VERSION='~> 4.2.0'
Expand Down

0 comments on commit 5de1bef

Please sign in to comment.