Skip to content

Commit bf2615d

Browse files
committed
Added ruby-head and jruby-head as Travis build targets (with allow_failure).
1 parent 0035d94 commit bf2615d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ rvm:
44
- 2.0.0
55
- 1.9.3
66
- 1.9.2
7-
- rbx-2
7+
- ruby-head
88
- jruby-19mode
9+
- jruby-head
10+
- rbx-2
11+
matrix:
12+
allow_failures:
13+
- rvm: ruby-head
14+
- rvm: jruby-head

0 commit comments

Comments
 (0)