mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-30 21:01:47 +08:00
12 lines
116 B
YAML
12 lines
116 B
YAML
sudo: false
|
|
|
|
language: ruby
|
|
|
|
rvm:
|
|
- 2.2.5
|
|
- 2.3.3
|
|
- 2.4.0
|
|
|
|
cache: bundler
|
|
script: bundle exec middleman build
|