Skip to content

Commit 27715e9

Browse files
authored
.travis.yml: Update supported Ruby versions (ruby-git#371)
- Drop 1.9, 2.0 and 2.1 which are EOL - Update 2.3, 2.4 and 2.5 specifiers (only specify minor version, not patch level) - Update JRuby to use latest and greatest Signed-off-by: Per Lundberg <perlun@gmail.com>
1 parent d5b0ec0 commit 27715e9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
language: ruby
22
rvm:
3-
- 1.9.3
4-
- 2.0.0
5-
- 2.1.10
6-
- 2.3.4
7-
- 2.4.3
8-
- 2.5.0
9-
- jruby-9.1.15.0
3+
- 2.3
4+
- 2.4
5+
- 2.5
6+
- jruby
107
matrix:
118
allow_failures:
12-
- rvm: jruby-9.1.15.0
9+
- rvm: jruby
1310
fast_finish: true
1411
before_install:
1512
- gem install bundler

0 commit comments

Comments
 (0)