Skip to content

Commit 4056174

Browse files
committed
Allow failures in ruby HEAD and rbx
1 parent f16d212 commit 4056174

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@ language: ruby
22
rvm:
33
- 2.0.0
44
- 1.9.3
5+
- ruby-head
56
- rbx-19mode
67
- jruby-19mode
8+
9+
matrix:
10+
allow_failures:
11+
- rvm: ruby-head
12+
- rvm: rbx-19mode
13+

0 commit comments

Comments
 (0)