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