Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Aug 3, 2017
1 parent 3aa180a commit 39aca60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -10,9 +10,9 @@ rvm:
matrix:
include:
- rvm: 2.3.4
env: "RAILS_VERSION=5.1.2"
env: "RAILS_VERSION=5.0.5"
- rvm: jruby-9.1.12.0
env: "RAILS_VERSION=5.0.4 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
env: "RAILS_VERSION=5.1.3 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
allow_failures:
- rvm: jruby-9.1.12.0
fast_finish: true
Expand All @@ -22,7 +22,7 @@ before_install:
- gem install bundler

env:
- "RAILS_VERSION=5.0.4"
- "RAILS_VERSION=5.1.3"

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

0 comments on commit 39aca60

Please sign in to comment.