.travis.yml in did_you_mean-1.0.2 vs .travis.yml in did_you_mean-1.0.3

- old
+ new

@@ -9,8 +9,12 @@ after_success: - bundle exec rake test:accuracy - bundle exec rake benchmark:memory rvm: - - 2.3.0 + - 2.3.1 - ruby-head - jruby-head + +matrix: + allow_failures: + - rvm: jruby-head