mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 12:19:08 +00:00
14 lines
171 B
YAML
14 lines
171 B
YAML
sudo: false
|
|
|
|
language: ruby
|
|
|
|
rvm:
|
|
- 2.3.3
|
|
- 2.4.0
|
|
|
|
before_install:
|
|
- gem update --system
|
|
- gem install bundler
|
|
|
|
cache: bundler
|
|
script: bundle exec middleman build
|