mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 10:15:40 +03:00
21 lines
207 B
YAML
21 lines
207 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.0
|
|
- 2.1
|
|
- 2.2
|
|
- ruby-head
|
|
- jruby-head
|
|
# - rbx-2
|
|
|
|
sudo: false
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: jruby-head
|
|
|
|
script: "bundle exec rake"
|
|
|
|
notifications:
|
|
disable: true
|