mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
19 lines
265 B
YAML
19 lines
265 B
YAML
sudo: required
|
|
cache: bundler
|
|
language: ruby
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- bundle install
|
|
|
|
env:
|
|
matrix:
|
|
- INSTANCE: deb-debian-9
|
|
- INSTANCE: deb-ubuntu-1804
|
|
- INSTANCE: centos-centos-7
|
|
|
|
script:
|
|
- bundle exec kitchen verify ${INSTANCE}
|
|
|