Commit cbd896dc8e5a0fe45b8851891dbd4f62b7d60008

Authored by Andrew Kane
1 parent 59512de3

Use latest version of jruby for travis

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
.travis.yml
1 1 language: ruby
2 2 rvm:
3 3 - 2.2.4
4   - - jruby
  4 + - jruby-9.1.5.0
5 5 gemfile:
6 6 - Gemfile
7 7 - test/gemfiles/activerecord31.gemfile
... ... @@ -22,7 +22,5 @@ notifications:
22 22 on_failure: change
23 23 matrix:
24 24 allow_failures:
25   - - rvm: jruby
  25 + - rvm: jruby-9.1.5.0
26 26 gemfile: Gemfile
27   - - rvm: jruby
28   - gemfile: test/gemfiles/activerecord42.gemfile
... ...