add .travis.yml to test formula
This commit is contained in:
parent
de91641e30
commit
70d84a464f
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal 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}
|
Loading…
Reference in a new issue