Skip to content

Commit

Permalink
Allow jruby to fail
Browse files Browse the repository at this point in the history
Backport of 44b2a13
  • Loading branch information
jcoyne authored and cbeer committed Oct 14, 2016
1 parent 6ac0711 commit 22a24b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ matrix:
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\""
allow_failures:
- rvm: jruby-9.0.5.0
fast_finish: true

before_install:
- gem install bundler
Expand Down

0 comments on commit 22a24b4

Please sign in to comment.