oga/.travis.yml

32 lines
381 B
YAML

---
language: ruby
script: bundle exec rake
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq ragel
install:
- bundle install --retry=3
rvm:
- 1.9
- 2.0
- 2.1
- rbx-2
- jruby
notifications:
email:
recipients:
- yorickpeterse@gmail.com
on_success: change
on_failure: change
cache: bundler
branches:
only:
- master