Browse Source

Freeze inspec version for salt-formulas tests

- in inspec >= 3.0.0 there are changes in schema
	  which require to have tests/integration dir
	  to contain tests, otherwise fails
	- this is temporary workaround until we decide
	  proper fix

Change-Id: Idd84c0d997a6fc590ae1855f3304cdf309982ebb
master
Martin Polreich 6 years ago
parent
commit
f2c0e9fc8b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml View File

gem 'test-kitchen' gem 'test-kitchen'
gem 'kitchen-docker' gem 'kitchen-docker'
gem 'kitchen-inspec' gem 'kitchen-inspec'
gem 'inspec'
gem 'inspec', '<3.0.0'
#Version was frozen, because of issues in the version of inspec >3.0.0 -- see https://mirantis.jira.com/browse/PROD-24324 for more info
gem 'kitchen-salt', :git => 'https://github.com/salt-formulas/kitchen-salt.git' gem 'kitchen-salt', :git => 'https://github.com/salt-formulas/kitchen-salt.git'
- bundle install - bundle install



Loading…
Cancel
Save