Skip to content

Commit

Permalink
Update travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 9, 2015
1 parent 719b3d5 commit e7bfeed
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,19 @@ matrix:
env: "RAILS_VERSION=4.0.12"
- rvm: 2.2.1
env: "RAILS_VERSION=4.1.9"
- rvm: 2.1.5
env: "RAILS_VERSION=4.2.0"
- rvm: 2.1.5
env: "RAILS_VERSION=4.2.1"
- rvm: jruby
env: "RAILS_VERSION=4.2.0 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
- rvm: jruby-head
env: "RAILS_VERSION=4.2.1 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
allow_failures:
- rvm: 1.9.3
env: "RAILS_VERSION=4.2.0"
env: "RAILS_VERSION=4.2.1"

before_install:
- gem install bundler

env:
- "RAILS_VERSION=4.2.0"
- "RAILS_VERSION=4.2.1"

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

0 comments on commit e7bfeed

Please sign in to comment.