Files
liquid/.travis.yml
Thierry Joyal 3f439f73ba Add osx
2019-12-13 09:47:29 -05:00

34 lines
501 B
YAML

language: ruby
cache: bundler
os: [osx, linux]
rvm:
- 2.4
- 2.5
- &latest_ruby 2.6
- 2.7
- 2.7.0-preview1
- 2.7.0-preview2
- 2.7.0-preview3
- ruby-head
matrix:
include:
- rvm: *latest_ruby
script: bundle exec rake memory_profile:run
name: Profiling Memory Usage
allow_failures:
- rvm: ruby-head
- rvm: 2.7
- rvm: 2.7.0-preview2
- rvm: 2.7.0-preview3
branches:
only:
- master
- gh-pages
- /.*-stable/
notifications:
disable: true