Преглед изворни кода

Merge pull request #25 from aboe76/fix_travis

update kitchen.yml and Gemfile
tags/v0.6.2
Javier Bértoli пре 5 година
родитељ
комит
f5c2acbd3a
No account linked to committer's email address
2 измењених фајлова са 14 додато и 5 уклоњено
  1. +12
    -3
      .kitchen.yml
  2. +2
    -2
      Gemfile

+ 12
- 3
.kitchen.yml Прегледај датотеку

@@ -10,8 +10,17 @@ driver_config:

platforms:
- name: debian-9
driver_config:
provision_command:
- apt-get install udev net-tools -y
- name: ubuntu-18.04
driver_config:
provision_command:
- apt-get install udev net-tools -y
- name: centos-7
driver_config:
provision_command:
- yum install udev net-tools -y

provisioner:
name: salt_solo
@@ -32,9 +41,9 @@ provisioner:

verifier:
name: inspec
sudo: false
# cli, documentation, html, progress, json, json-min, json-rspec, junit
reporter: cli
sudo: true
reporter:
- cli
inspec_tests:
- path: test/integration/default


+ 2
- 2
Gemfile Прегледај датотеку

@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "test-kitchen", '>=1.20.0'
gem "test-kitchen", '>=1.23.2'
gem "kitchen-docker"
gem "kitchen-salt", ">=0.1.0"
gem "kitchen-salt", ">=0.2.5"
gem "kitchen-inspec"


Loading…
Откажи
Сачувај