mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
17 lines
221 B
YAML
17 lines
221 B
YAML
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- ruby-head
|
|
- 2.7.0
|
|
- 2.6.3
|
|
- 2.5.5
|
|
os:
|
|
- linux
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- rvm: ruby-head
|
|
env:
|
|
global:
|
|
- TEST=true
|
|
script: bundle exec rake test
|