Skip to content

Commit 1dfbbea

Browse files
authored
Travis: Add MRI 2.5.x
1 parent 819d30c commit 1dfbbea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ matrix:
99
include:
1010
- name: MRI 2.6.0 Latest
1111
rvm: 2.6.0
12+
- name: MRI 2.5
13+
rvm: 2.5.3
1214
- name: JRuby 9.2.5.0 Latest on Java 11
1315
rvm: jruby-9.2.5.0
1416
jdk: oraclejdk11
@@ -41,7 +43,8 @@ matrix:
4143
rvm: 2.0.0
4244
- name: MRI 1.9.3
4345
rvm: 1.9.3
44-
46+
before_install:
47+
- gem install bundler
4548
- name: JRuby 9.1.17.0
4649
rvm: jruby-9.1.17.0
4750
jdk: oraclejdk8

0 commit comments

Comments
 (0)