Logrotate SaltStack Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
formula-logrotate/.travis.yml

21 lines
308 B

sudo: required
cache: bundler
language: ruby
services:
- docker
before_install:
- bundle install
env:
matrix:
- INSTANCE: default-debian-9
- INSTANCE: default-ubuntu-1804
- INSTANCE: default-fedora-27
- INSTANCE: default-centos-7
script:
- bundle exec kitchen verify ${INSTANCE}