mirror of
https://github.com/danbee/micropub.git
synced 2025-03-04 08:59:13 +00:00
8 lines
106 B
YAML
8 lines
106 B
YAML
---
|
|
sudo: false
|
|
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- 2.6.5
|
|
before_install: gem install bundler -v 2.0.2
|