Add travis support

This commit is contained in:
Javier Bértoli 2018-02-15 13:16:29 -03:00
parent 06f2bba18a
commit a381b1b9dd
2 changed files with 19 additions and 0 deletions

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
sudo: required
language: python
services:
- docker
before_install:
- bundle install
script: bundle exec kitchen verify

7
Gemfile Normal file
View file

@ -0,0 +1,7 @@
source "https://rubygems.org"
gem "test-kitchen", '>=1.20.0'
gem "kitchen-docker"
gem "kitchen-salt", ">=0.1.0"
gem "kitchen-inspec"