Skip to content

Commit

Permalink
Allow JRuby 9.1.2 to fail on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Aug 12, 2016
1 parent 90aff0a commit 7aba638
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ rvm:
- jruby-19mode
- jruby-9.1.2.0

matrix:
allow_failures:
- rvm: jruby-9.1.2.0

gemfile:
- Gemfile
- gemfiles/rails41.gemfile
Expand All @@ -21,7 +25,7 @@ gemfile:
env:
global:
- CI="travis"
- JRUBY_OPTS="--server -J-Xms512m -J-Xmx1024m"
- JRUBY_OPTS="--server -J-Xms512m -J-Xmx1G"
matrix:
- MONGODB=2.4.14
- MONGODB=2.6.11
Expand Down

0 comments on commit 7aba638

Please sign in to comment.