2012-07-26 19:25:23 +02:00
|
|
|
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-12-07 11:57:57 +01:00
|
|
|
- 1.8.7
|
2012-11-21 20:31:01 +01:00
|
|
|
- 1.9.2
|
|
|
|
- 1.9.3
|
2013-03-01 17:08:16 +01:00
|
|
|
- 2.0.0
|
2013-01-02 13:04:20 +01:00
|
|
|
- ruby-head
|
2012-12-06 23:25:12 +01:00
|
|
|
- rbx-19mode
|
2012-12-07 11:57:57 +01:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
2012-12-12 20:20:57 +01:00
|
|
|
# No mutators for 1.8 specifc AST nodes
|
2013-04-17 20:31:21 -07:00
|
|
|
- rvm: rbx-18mode
|
2012-12-07 11:57:57 +01:00
|
|
|
- rvm: 1.8.7
|
2013-01-02 13:04:20 +01:00
|
|
|
# We'll see what happens
|
|
|
|
- rvm: ruby-head
|
2013-03-01 17:08:16 +01:00
|
|
|
- rvm: 2.0.0
|
2012-07-26 19:25:23 +02:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- mbj@seonic.net
|