mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 03:10:39 -07:00
24 lines
265 B
YAML
24 lines
265 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.4
|
|
- 2.5
|
|
- 2.6
|
|
- 2.7
|
|
- ruby-head
|
|
- jruby-head
|
|
- truffleruby
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: ruby-head
|
|
- rvm: jruby-head
|
|
- rvm: truffleruby
|
|
|
|
cache: bundler
|
|
|
|
script: bundle exec rake
|
|
|
|
notifications:
|
|
disable: true
|