mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 09:40:23 +00:00
21 lines
370 B
YAML
21 lines
370 B
YAML
sudo: required
|
|
cache: bundler
|
|
language: ruby
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- bundle install
|
|
|
|
env:
|
|
matrix:
|
|
- INSTANCE: deb-debian-9
|
|
- INSTANCE: ubu16-ubuntu-1604
|
|
- INSTANCE: ubu18-ubuntu-1804
|
|
- INSTANCE: rpm-centos-7
|
|
- INSTANCE: fed-fedora
|
|
- INSTANCE: sus-opensuse-leap-salt-minion
|
|
|
|
script:
|
|
- bundle exec kitchen verify ${INSTANCE}
|