Skip to content

Commit 1ec12f7

Browse files
committed
Update to latest versions of Ruby 2.2, 2.3, JRuby 1.7 and 9k
1 parent e02728f commit 1ec12f7

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
@@ -9,19 +9,19 @@ rvm:
99
- 1.9.3
1010
- 2.0.0
1111
- 2.1.10
12-
- 2.2.6
13-
- 2.3.3
12+
- 2.2.7
13+
- 2.3.4
1414
- 2.4.1
1515
- ruby-head
1616
- rbx-2
17-
- jruby-1.7.25
18-
- jruby-9.1.0.0
17+
- jruby-1.7.26
18+
- jruby-9.1.9.0
1919
env:
2020
global:
2121
NOBENCHMARK=1
2222
script: rake
2323
matrix:
2424
allow_failures:
25-
- rvm: jruby-1.7.25
26-
- rvm: jruby-9.1.0.0
25+
- rvm: jruby-1.7.26
26+
- rvm: jruby-9.1.9.0
2727
- rvm: rbx-2

0 commit comments

Comments
 (0)