blob: 61caea2c7af35951cbc11b2c41608c6f9e7c1533 [file] [log] [blame]
Martin819a45fa092017-02-11 12:16:20 +01001sudo: required
2services:
3 - docker
4
5install:
6 - pip install PyYAML
7 - pip install virtualenv
8 - |
9 test -e Gemfile || cat <<EOF > Gemfile
10 source 'https://rubygems.org'
11 gem 'rake'
12 gem 'test-kitchen'
13 gem 'kitchen-docker'
14 gem 'kitchen-inspec'
15 gem 'inspec'
16 gem 'kitchen-salt', :git => 'https://github.com/epcim/kitchen-salt.git', :branch => 'dependencis-pkg-repo2'
17 #Waiting for PR#78
18 #gem 'kitchen-salt', '>=0.2.25'
19 - bundle install
20
21before_script:
Martin819dadd3e22017-03-28 08:05:33 +020022 - set -o pipefail
23 - make test | tail
Martin819a45fa092017-02-11 12:16:20 +010024
25script:
26 - test ! -e .kitchen.yml || bundle exec kitchen test