Files
foreman/.travis.yml
2012-08-24 12:49:35 -04:00

23 lines
310 B
YAML

script: bundle exec rake spec
matrix:
allow_failures:
- rvm: 1.8.7
- rvm: jruby
- rvm: rbx
- rvm: ree
notifications:
email: false
webhooks:
on_success: always
on_failure: always
urls:
- http://dx-helper.herokuapp.com/travis
rvm:
- 1.9.2
- 1.9.3
- jruby
- ree