2012-07-26 13:25:23 -04:00
|
|
|
before_install:
|
|
|
|
- gem install bundler
|
|
|
|
language: ruby
|
2012-08-19 22:57:14 -04:00
|
|
|
script: 'bundle exec rake spec'
|
2012-07-26 13:25:23 -04:00
|
|
|
rvm:
|
2012-07-27 16:42:48 -04:00
|
|
|
# - 1.8.7 disabled while spiking mutations
|
2012-11-21 14:31:01 -05:00
|
|
|
- 1.9.2
|
|
|
|
- 1.9.3
|
2012-11-21 14:33:23 -05:00
|
|
|
#- rbx-18mode
|
2012-11-21 14:35:29 -05:00
|
|
|
#- rbx-19mode
|
2012-07-26 13:25:23 -04:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- mbj@seonic.net
|