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 Jul 1, 2017
1 parent 191bec5 commit 3a22079
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ rvm:

matrix:
include:
- rvm: 2.3.3
env: "RAILS_VERSION=5.1.1"
- rvm: jruby-9.1.7.0
env: "RAILS_VERSION=5.0.3 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
- rvm: 2.3.4
env: "RAILS_VERSION=5.1.2"
- rvm: jruby-9.1.12.0
env: "RAILS_VERSION=5.0.4 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
allow_failures:
- rvm: jruby-9.1.7.0
- rvm: jruby-9.1.12.0
fast_finish: true

before_install:
- gem update --system
- gem install bundler

env:
- "RAILS_VERSION=5.0.3"
- "RAILS_VERSION=5.0.4"

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

0 comments on commit 3a22079

Please sign in to comment.