oga/.travis.yml

24 lines
317 B
YAML
Raw Normal View History

2014-03-17 20:52:24 +00:00
---
script: bundle exec rake
2014-03-17 23:09:16 +00:00
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq ragel
2014-03-17 20:52:24 +00:00
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