oga/.travis.yml

29 lines
357 B
YAML
Raw Normal View History

2014-03-17 20:52:24 +00:00
---
2014-11-15 18:12:58 +00:00
language: ruby
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
install:
- bundle install --retry=3
2014-03-17 20:52:24 +00:00
rvm:
2014-09-10 20:17:04 +00:00
- 1.9
- 2.0
- 2.1
2015-01-09 20:37:09 +00:00
- 2.2
2014-11-15 18:10:43 +00:00
- rbx-2
2014-03-17 20:52:24 +00:00
- jruby
notifications:
email:
recipients:
- yorickpeterse@gmail.com
2014-11-15 18:12:58 +00:00
on_success: change
on_failure: change
2014-03-17 20:52:24 +00:00
cache: bundler