mirror of
https://github.com/danbulant/api_docs
synced 2026-06-19 06:11:42 +00:00
15 lines
158 B
YAML
15 lines
158 B
YAML
sudo: false
|
|
|
|
language: ruby
|
|
|
|
rvm:
|
|
- 2.2.5
|
|
- 2.3.3
|
|
- 2.4.0
|
|
|
|
cache: bundler
|
|
script: bundle exec middleman build
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: 2.4.0
|