22 lines
285 B
YAML
22 lines
285 B
YAML
script: bundle exec rake spec
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: jruby
|
|
|
|
notifications:
|
|
email: false
|
|
webhooks:
|
|
on_success: always
|
|
on_failure: always
|
|
urls:
|
|
- http://dx-helper.herokuapp.com/travis
|
|
|
|
rvm:
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.0
|
|
- jruby
|