free_mutant/.travis.yml
2012-12-12 20:20:57 +01:00

17 lines
293 B
YAML

before_install:
- gem install bundler
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