mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
25 lines
321 B
YAML
25 lines
321 B
YAML
language: ruby
|
|
cache: bundler
|
|
|
|
rvm:
|
|
- 2.4
|
|
- 2.5
|
|
- 2.6
|
|
- &latest_ruby 2.7
|
|
- ruby-head
|
|
|
|
matrix:
|
|
include:
|
|
- rvm: *latest_ruby
|
|
script: bundle exec rake memory_profile:run
|
|
name: Profiling Memory Usage
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- gh-pages
|
|
- /.*-stable/
|
|
|
|
notifications:
|
|
disable: true
|