mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 20:28:52 +00:00
14 lines
170 B
YAML
14 lines
170 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.3
|
|
- 2.4
|
|
- 2.5
|
|
- 2.6
|
|
|
|
cache: bundler
|
|
|
|
before_install:
|
|
- gem update --system
|
|
- gem install bundler
|
|
|
|
script: bundle exec middleman build
|