mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 20:28:52 +00:00
10 lines
106 B
YAML
10 lines
106 B
YAML
sudo: false
|
|
|
|
language: ruby
|
|
|
|
rvm:
|
|
- 2.3.3
|
|
- 2.4.0
|
|
|
|
cache: bundler
|
|
script: bundle exec middleman build
|