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