10c3dfc390
* Add tests for all edge cases I could create * Add infrastructure for loading mutations into the vm. * The fun part is next!
11 lines
175 B
YAML
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
|