formula-consul/.travis.yml
2017-11-24 00:37:11 +01:00

16 lines
225 B
YAML

sudo: required
language: python
services:
- docker
before_install:
- bundle install
env:
matrix:
- INSTANCE: consul-ubuntu-1404
- INSTANCE: consul-centos-7
script:
- bundle exec kitchen verify ${INSTANCE}