mirror of
https://github.com/wahyd4/slate.git
synced 2026-08-25 20:56:00 +10:00
11 lines
106 B
YAML
11 lines
106 B
YAML
sudo: false
|
|
|
|
language: ruby
|
|
|
|
rvm:
|
|
- 2.3.3
|
|
- 2.4.0
|
|
|
|
cache: bundler
|
|
script: bundle exec middleman build
|