mirror of
https://github.com/danbulant/api_docs
synced 2026-05-22 21:58:44 +00:00
10 lines
106 B
YAML
10 lines
106 B
YAML
sudo: false
|
|
|
|
language: ruby
|
|
|
|
rvm:
|
|
- 2.2.5
|
|
- 2.3.1
|
|
|
|
cache: bundler
|
|
script: bundle exec middleman build
|