2018-03-18 00:24:00 +01:00
|
|
|
sudo: required
|
|
|
|
cache: bundler
|
|
|
|
language: ruby
|
|
|
|
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
- bundle install
|
|
|
|
|
2018-09-27 12:45:41 +02:00
|
|
|
env:
|
|
|
|
matrix:
|
|
|
|
- INSTANCE: postfix-debian-9
|
|
|
|
- INSTANCE: postfix-ubuntu-1804
|
|
|
|
- INSTANCE: postfix-centos-7
|
|
|
|
|
|
|
|
script:
|
|
|
|
- bundle exec kitchen verify ${INSTANCE}
|
|
|
|
|