Skip to content

Commit 9efdaa1

Browse files
authored
Merge pull request #57 from olleolleolle/patch-1
CI: use 2.4.6, 2.6.3, jruby-9.2.7.0, drop 2.3.8 (EOL)
2 parents 8e71ef0 + 6fd58ad commit 9efdaa1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ bundler_args: --without tools
44
after_success:
55
- '[ -d coverage ] && bundle exec codeclimate-test-reporter'
66
rvm:
7-
- 2.6.2
7+
- 2.6.3
88
- 2.5.5
9-
- 2.4.5
10-
- 2.3.8
11-
- jruby-9.2.6.0
9+
- 2.4.6
10+
- jruby-9.2.7.0
1211
- truffleruby
1312
matrix:
1413
allow_failures:

0 commit comments

Comments
 (0)