Skip to content

Commit 9247bb4

Browse files
committed
Update ruby versions in ci
1 parent 8d52a9a commit 9247bb4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ language: ruby
22

33
rvm:
44
# start with the latest
5-
- 2.5.0
5+
- 2.5.1
66
- jruby-9.1.17.0
77

88
# older versions
9-
- 2.4.3
10-
- 2.3.4
11-
- 2.2.7
12-
- 2.1.9
9+
- 2.4.4
10+
- 2.3.7
11+
- 2.2.10
12+
- 2.1.10
1313
- 2.0.0
1414
- 1.9.3
1515

@@ -33,7 +33,7 @@ branches:
3333
matrix:
3434
fast_finish: true
3535
include:
36-
- rvm: 2.3.4
36+
- rvm: 2.3.7
3737
jdk: oraclejdk8
3838
env: COVERAGE=1
3939
allow_failures:

0 commit comments

Comments
 (0)