Skip to content

Commit

Permalink
Update travis rails matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Oct 31, 2014
1 parent b450037 commit 63dde6a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Expand Up @@ -2,29 +2,29 @@ notifications:
email: false

rvm:
- 2.1.2
- 2.1.4

matrix:
include:
- rvm: 2.1.2
env: "RAILS_VERSION=4.0.9"
- rvm: 2.1.4
env: "RAILS_VERSION=4.0.11"
- rvm: 2.0.0
env: "RAILS_VERSION=4.1.5"
env: "RAILS_VERSION=4.1.7"
- rvm: 1.9.3
env: "RAILS_VERSION=4.1.5"
env: "RAILS_VERSION=4.1.7"
- rvm: jruby
env: "RAILS_VERSION=4.1.5 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
- rvm: 2.1.2
env: "RAILS_VERSION=4.2.0.beta1"
env: "RAILS_VERSION=4.1.7 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
- rvm: 2.1.4
env: "RAILS_VERSION=4.2.0.beta4"
allow_failures:
- env: "RAILS_VERSION=4.2.0.beta1"
- env: "RAILS_VERSION=4.2.0.beta4"

before_install:
- gem install bundler

env:
- "RAILS_VERSION=3.2.19"
- "RAILS_VERSION=4.1.5"
- "RAILS_VERSION=3.2.20"
- "RAILS_VERSION=4.1.7"

notifications:
irc: "irc.freenode.org#blacklight"
Expand Down

0 comments on commit 63dde6a

Please sign in to comment.