d07b8e2420
* Flay gives differend score on CI than on local system. Most likely an rbx version differenceis are the source of this behavior.
11 lines
212 B
YAML
11 lines
212 B
YAML
before_install:
|
|
- gem install bundler
|
|
language: ruby
|
|
script: 'bundle exec rake spec'
|
|
rvm:
|
|
# - 1.8.7 disabled while spiking mutations
|
|
- rbx-18mode
|
|
- rbx-19mode
|
|
notifications:
|
|
email:
|
|
- mbj@seonic.net
|