oga/.travis.yml

33 lines
457 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
2014-03-17 23:13:33 +00:00
matrix:
allow_failures:
# JRuby is allowed to fail until Racc has a pure Java port.
- rvm: jruby
2014-03-17 20:52:24 +00:00
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