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