firewalld-formula/.travis.yml

22 lines
317 B
YAML
Raw Normal View History

stages:
- test
2018-08-25 21:08:24 +02:00
sudo: required
cache: bundler
language: ruby
services:
- docker
install:
2018-08-25 21:08:24 +02:00
- bundle install
env:
matrix:
2019-04-30 19:26:04 +02:00
- INSTANCE: default-debian-9-2019-2-py3
- INSTANCE: default-ubuntu-1804-2019-2-py3
- INSTANCE: default-centos-7-2019-2-py2
2018-08-25 21:08:24 +02:00
script:
- bundle exec kitchen verify ${INSTANCE}