Skip to content

Commit cf624dd

Browse files
authored
Merge pull request #645 from ruby/bump-versions-travis
Bump versions on Travis CI
2 parents 9b54c3f + 7d8194f commit cf624dd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ before_install:
44
- gem update bundler
55
language: ruby
66
rvm:
7-
- 2.2.9
8-
- 2.3.6
9-
- 2.4.3
10-
- 2.5.0
7+
- 2.3.7
8+
- 2.4.4
9+
- 2.5.1
1110
- ruby-head
1211
- jruby-9.1.17.0
12+
- jruby-9.2.0.0
1313
env:
1414
global:
1515
NOBENCHMARK=1
1616
script: rake
1717
matrix:
1818
allow_failures:
1919
- rvm: jruby-9.1.17.0
20+
- rvm: jruby-9.2.0.0

0 commit comments

Comments
 (0)