mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
18 lines
233 B
YAML
18 lines
233 B
YAML
language: ruby
|
|
sudo: false
|
|
cache: bundler
|
|
rvm:
|
|
- ruby-head
|
|
- 2.5.3
|
|
- 2.4.5
|
|
- 2.3.8
|
|
os:
|
|
- linux
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- rvm: ruby-head
|
|
env:
|
|
global:
|
|
- TEST=true
|
|
script: bundle exec rake test
|