mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
17 lines
260 B
YAML
17 lines
260 B
YAML
![]() |
sudo: required
|
||
|
language: python
|
||
|
services:
|
||
|
- docker
|
||
|
|
||
|
before_install:
|
||
|
- bundle install
|
||
|
|
||
|
env:
|
||
|
matrix:
|
||
|
- INSTANCE: default-centos-7
|
||
|
- INSTANCE: default-ubuntu-1604
|
||
|
- INSTANCE: default-debian-9
|
||
|
|
||
|
script:
|
||
|
- bundle exec kitchen verify ${INSTANCE}
|