free_mutant/.travis.yml

21 lines
342 B
YAML
Raw Normal View History

language: ruby
script: 'bundle exec rake spec'
rvm:
2012-12-07 05:57:57 -05:00
- 1.8.7
- 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
notifications:
email:
- mbj@seonic.net