Skip to content

Commit

Permalink
Update Travis build matrix for ruby 2.2.1 and rails 4.1.9
Browse files Browse the repository at this point in the history
Drop Rails 3.2 out of the test matrix
  • Loading branch information
jcoyne committed Mar 9, 2015
1 parent 028a4a5 commit ff5fd5e
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .travis.yml
Expand Up @@ -5,28 +5,25 @@ notifications:
email: false

rvm:
- 2.1.4
- 2.2.1

matrix:
include:
- rvm: 2.1.4
- rvm: 2.2.1
env: "RAILS_VERSION=4.0.12"
- rvm: 2.0.0
env: "RAILS_VERSION=4.1.8"
- rvm: 1.9.3
env: "RAILS_VERSION=4.1.8"
- rvm: 2.2.1
env: "RAILS_VERSION=4.1.9"
- rvm: 2.1.5
env: "RAILS_VERSION=4.2.0"
- rvm: jruby
env: "RAILS_VERSION=4.1.8 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
- rvm: 2.1.4
env: "RAILS_VERSION=4.1.8"
- rvm: 2.2.0
env: "RAILS_VERSION=4.2.0 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
- rvm: 1.9.3
env: "RAILS_VERSION=4.2.0"

before_install:
- gem install bundler

env:
- "RAILS_VERSION=3.2.21"
- "RAILS_VERSION=4.2.0"

notifications:
Expand Down

0 comments on commit ff5fd5e

Please sign in to comment.