mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
29 lines
399 B
YAML
29 lines
399 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.4
|
|
- 2.5
|
|
- &latest_ruby 2.6
|
|
- 2.7
|
|
- ruby-head
|
|
- jruby-head
|
|
- truffleruby
|
|
|
|
|
|
matrix:
|
|
include:
|
|
- rvm: *latest_ruby
|
|
script: bundle exec rake memory_profile:run
|
|
name: Profiling Memory Usage
|
|
allow_failures:
|
|
- rvm: ruby-head
|
|
- rvm: jruby-head
|
|
- rvm: truffleruby
|
|
|
|
cache: bundler
|
|
|
|
script: bundle exec rake
|
|
|
|
notifications:
|
|
disable: true
|