Skip to content

Commit f305f02

Browse files
committed
Merge pull request #312 from bjfish/patch-1
Add Rubinius to Build Matrix with Allowed Failure
2 parents 4ec13b1 + 750682a commit f305f02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ rvm:
44
- 1.9.3
55
- 2.0.0
66
- 2.1.1
7+
- rbx-2
78

89
gemfile:
910
- test/gemfiles/Gemfile-rails-4-0
@@ -25,6 +26,8 @@ sudo: false
2526
script: bundle exec rake test
2627

2728
matrix:
29+
allow_failures:
30+
- rvm: rbx-2
2831
exclude:
2932
- gemfile: Gemfile
3033
rvm: 1.9.3

0 commit comments

Comments
 (0)