free_mutant/.travis.yml

19 lines
317 B
YAML
Raw Normal View History

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