free_mutant/.travis.yml

19 lines
317 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-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
- 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
notifications:
email:
- mbj@seonic.net