formula-consul/.travis.yml

17 lines
281 B
YAML
Raw Permalink Normal View History

2017-11-23 18:36:05 -05:00
sudo: required
language: python
services:
- docker
before_install:
- bundle install
env:
matrix:
2017-11-25 07:01:44 -05:00
- INSTANCE: consul-server-ubuntu-1404
- INSTANCE: consul-server-ubuntu-1604
- INSTANCE: consul-server-centos-7
2017-11-23 18:36:05 -05:00
script:
- bundle exec kitchen verify ${INSTANCE}