Allow failures on 1.8 and rbx

This commit is contained in:
Markus Schirp 2012-12-07 11:57:57 +01:00
parent 4686cca850
commit 4028fb95b1

View file

@ -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