add .travis.yml to test formula

This commit is contained in:
Ahmed AbouZaid 2017-11-24 00:36:05 +01:00
parent de91641e30
commit 70d84a464f

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
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}