mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 01:30:22 +00:00
22 lines
359 B
YAML
22 lines
359 B
YAML
sudo: required
|
|
cache: bundler
|
|
language: ruby
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- bundle install
|
|
|
|
env:
|
|
matrix:
|
|
- INSTANCE: bind-debian-8
|
|
- INSTANCE: bind-debian-9
|
|
- INSTANCE: bind-ubuntu-1604
|
|
- INSTANCE: bind-ubuntu-1804
|
|
- INSTANCE: bind-fedora-27
|
|
- INSTANCE: bind-centos-7
|
|
|
|
script:
|
|
- bundle exec kitchen verify ${INSTANCE}
|
|
|