Skip to content

Commit 6bd5369

Browse files
committed
Enable Rubinius 2.x builds, make Rubinius optional
1 parent 5a63639 commit 6bd5369

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ rvm:
33
- 1.9.3
44
- 2.0.0
55
- 2.1.2
6+
# optional
67
- jruby-19mode
78
- rbx-19mode
8-
# - rbx-2
9+
- rbx-2
910
matrix:
1011
allow_failures:
1112
- rvm: jruby-19mode
13+
- rvm: rbx-19mode
14+
- rvm: rbx-2
1215
script: bundle exec rake

0 commit comments

Comments
 (0)