mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
14 lines
No EOL
170 B
YAML
14 lines
No EOL
170 B
YAML
rvm:
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- jruby-18mode
|
|
- jruby-19mode
|
|
|
|
script: "bundle exec rake test"
|
|
|
|
env: TEST=true
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: jruby-19mode |