Commit cbd896dc8e5a0fe45b8851891dbd4f62b7d60008
1 parent
59512de3
Exists in
master
and in
4 other branches
Use latest version of jruby for travis
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
.travis.yml
1 | language: ruby | 1 | language: ruby |
2 | rvm: | 2 | rvm: |
3 | - 2.2.4 | 3 | - 2.2.4 |
4 | - - jruby | 4 | + - jruby-9.1.5.0 |
5 | gemfile: | 5 | gemfile: |
6 | - Gemfile | 6 | - Gemfile |
7 | - test/gemfiles/activerecord31.gemfile | 7 | - test/gemfiles/activerecord31.gemfile |
@@ -22,7 +22,5 @@ notifications: | @@ -22,7 +22,5 @@ notifications: | ||
22 | on_failure: change | 22 | on_failure: change |
23 | matrix: | 23 | matrix: |
24 | allow_failures: | 24 | allow_failures: |
25 | - - rvm: jruby | 25 | + - rvm: jruby-9.1.5.0 |
26 | gemfile: Gemfile | 26 | gemfile: Gemfile |
27 | - - rvm: jruby | ||
28 | - gemfile: test/gemfiles/activerecord42.gemfile |