mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
17 lines
199 B
YAML
17 lines
199 B
YAML
rvm:
|
|
- 1.9
|
|
- 2.0
|
|
- 2.1
|
|
- jruby-19mode
|
|
- jruby-head
|
|
- rbx-19mode
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: rbx-19mode
|
|
- rvm: jruby-head
|
|
|
|
script: "rake test"
|
|
|
|
notifications:
|
|
disable: true
|