mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
15 lines
No EOL
157 B
YAML
15 lines
No EOL
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 |