Include whitelisted 2.1.3 in matrix and remove excludes for 2.1.2 / rbx
This commit is contained in:
parent
75c6d73966
commit
76943d31a3
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1.2
|
- 2.1.2
|
||||||
|
- 2.1.3
|
||||||
- rbx-2
|
- rbx-2
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: 2.1.2 # still segfaults on stack overflow on define_method
|
- rvm: 2.1.3 # unparser needs to be patched for 2.1.3 parser changes
|
||||||
- rvm: rbx-2 # Travis does not take care about RBX
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
|
Loading…
Add table
Reference in a new issue