mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-29 20:35:01 +08:00
11 lines
106 B
YAML
11 lines
106 B
YAML
sudo: false
|
|
|
|
language: ruby
|
|
|
|
rvm:
|
|
- 2.0.0
|
|
- 2.1.0
|
|
|
|
cache: bundler
|
|
script: bundle exec middleman build
|