free_mutant/.travis.yml
Markus Schirp 10c3dfc390 Finalize method matching
* Add tests for all edge cases I could create
* Add infrastructure for loading mutations into the vm.
* The fun part is next!
2012-07-26 19:25:23 +02:00

11 lines
175 B
YAML

before_install:
- gem install bundler
language: ruby
script: 'bundle exec rake ci'
rvm:
- 1.8.7
- rbx-18mode
- rbx-19mode
notifications:
email:
- mbj@seonic.net