oga/.travis.yml

20 lines
237 B
YAML
Raw Normal View History

2014-03-17 20:52:24 +00:00
---
script: bundle exec rake
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- rbx-2.2
- jruby
notifications:
email:
recipients:
- yorickpeterse@gmail.com
email:
on_success: change
on_failure: always
cache: bundler