mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
12 lines
139 B
YAML
12 lines
139 B
YAML
![]() |
sudo: required
|
||
|
cache: bundler
|
||
|
language: ruby
|
||
|
|
||
|
services:
|
||
|
- docker
|
||
|
|
||
|
before_install:
|
||
|
- bundle install
|
||
|
|
||
|
script: bundle exec kitchen verify
|