15 lines
157 B
YAML
15 lines
157 B
YAML
rvm:
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- jruby
|
|
|
|
script: "bundle exec rake test"
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: jruby |