oga/.travis.yml

28 lines
349 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: change
2014-03-17 20:52:24 +00:00
cache: bundler
2014-06-17 17:32:02 +00:00
branches:
only:
- master