formula-consul/.travis.yml

17 lines
260 B
YAML
Raw Normal View History

2017-11-23 18:36:05 -05:00
sudo: required
language: python
services:
- docker
before_install:
- bundle install
env:
matrix:
- INSTANCE: consul-ubuntu-1404
2017-11-24 06:03:54 -05:00
- INSTANCE: consul-ubuntu-1604
2017-11-23 18:36:05 -05:00
- INSTANCE: consul-centos-7
script:
- bundle exec kitchen verify ${INSTANCE}