Skip to content

Commit

Permalink
Update rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jul 22, 2015
1 parent bd9abe3 commit ae26b10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -13,18 +13,18 @@ rvm:
matrix:
include:
- rvm: 2.2.2
env: "RAILS_VERSION=4.1.9"
env: "RAILS_VERSION=4.1.12"
- rvm: 2.1.6
env: "RAILS_VERSION=4.2.1"
env: "RAILS_VERSION=4.2.3"
allow_failures:
- rvm: jruby
env: "RAILS_VERSION=4.2.1 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
env: "RAILS_VERSION=4.2.3 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""

before_install:
- gem install bundler

env:
- "RAILS_VERSION=4.2.1"
- "RAILS_VERSION=4.2.3"

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

0 comments on commit ae26b10

Please sign in to comment.