free_mutant/.travis.yml
Markus Schirp d07b8e2420 Use spec target on travis ci until issues with flay are solved
* Flay gives differend score on CI than on local system. Most likely an
  rbx version differenceis are the source of this behavior.
2012-08-20 04:57:14 +02:00

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