mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 09:40:23 +00:00
Add travis support
This commit is contained in:
parent
06f2bba18a
commit
a381b1b9dd
2 changed files with 19 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
sudo: required
|
||||
|
||||
|
||||
language: python
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- bundle install
|
||||
|
||||
script: bundle exec kitchen verify
|
7
Gemfile
Normal file
7
Gemfile
Normal 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"
|
||||
|
Loading…
Add table
Reference in a new issue