Allow failures on 1.8 and rbx
This commit is contained in:
parent
4686cca850
commit
4028fb95b1
1 changed files with 6 additions and 2 deletions
|
|
@ -3,11 +3,15 @@ before_install:
|
|||
language: ruby
|
||||
script: 'bundle exec rake spec'
|
||||
rvm:
|
||||
# - 1.8.7 disabled while spiking mutations
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
#- rbx-18mode
|
||||
- rbx-18mode
|
||||
- rbx-19mode
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: rbx-19mode
|
||||
- rvm: 1.8.7
|
||||
notifications:
|
||||
email:
|
||||
- mbj@seonic.net
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue