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