oga/.travis.yml

28 lines
343 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:
2014-09-10 20:17:04 +00:00
- 1.9
- 2.0
- 2.1
2014-03-17 20:52:24 +00:00
- 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