Skip to content

Commit c47ecd9

Browse files
committed
Add ruby 2.2, ruby/jruby-head and drop rubinius in travis.
Allow ruby/jruby-head to fail.
1 parent d3c656e commit c47ecd9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ rvm:
33
- "1.9.3"
44
- "2.0"
55
- "2.1"
6-
# - jruby-19mode # JRuby in 1.9 mode
7-
- rbx-2
6+
- "2.2"
7+
- ruby-head
8+
- jruby-head
9+
matrix:
10+
allow_failures:
11+
- rvm: ruby-head
12+
- rvm: jruby-head
13+
fast_finish: true

0 commit comments

Comments
 (0)