mirror of
https://github.com/danbulant/api_docs
synced 2026-06-11 18:40:53 +00:00
11 lines
116 B
YAML
11 lines
116 B
YAML
sudo: false
|
|
|
|
language: ruby
|
|
|
|
rvm:
|
|
- 2.2.5
|
|
- 2.3.1
|
|
- 2.3.3
|
|
|
|
cache: bundler
|
|
script: bundle exec middleman build
|