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 Aug 28, 2016
1 parent 8aee838 commit a3d3722
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,24 @@ notifications:
email: false

rvm:
- 2.2.3
- 2.3.1

matrix:
include:
- rvm: 2.2.3
- rvm: 2.2.5
env: "RAILS_VERSION=4.0.13"
- rvm: 2.2.3
- rvm: 2.2.5
env: "RAILS_VERSION=4.1.13"
- rvm: 2.1.7
env: "RAILS_VERSION=4.2.4"
- rvm: jruby
env: "RAILS_VERSION=4.2.4 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
- rvm: 1.9.3
env: "RAILS_VERSION=4.2.4"
- rvm: 2.1.5
env: "RAILS_VERSION=4.2.7.1"
- rvm: jruby-9.0.5.0
env: "RAILS_VERSION=4.2.7.1 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""

before_install:
- gem install bundler

env:
- "RAILS_VERSION=4.2.4"
- "RAILS_VERSION=4.2.7.1"

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

0 comments on commit a3d3722

Please sign in to comment.