free_mutant/.travis.yml
2012-12-14 19:42:04 +01:00

15 lines
253 B
YAML

language: ruby
script: 'bundle exec rake spec'
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-19mode
matrix:
allow_failures:
# No mutators for 1.8 specifc AST nodes
- rvm: rbx-18mode
- rvm: 1.8.7
notifications:
email:
- mbj@seonic.net