oga/.travis.yml

28 lines
343 B
YAML

---
script: bundle exec rake
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq ragel
rvm:
- 1.9
- 2.0
- 2.1
- rbx-2.2
- jruby
notifications:
email:
recipients:
- yorickpeterse@gmail.com
email:
on_success: change
on_failure: change
cache: bundler
branches:
only:
- master