From: Martin Polreich Date: Wed, 24 Oct 2018 10:02:21 +0000 (+0200) Subject: Freeze inspec version for salt-formulas tests X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=commitdiff_plain;h=cda99c322e91628d60ef9121eb7819ad0a3b9f94 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: Ia0503bdc6d8c10389335931a794850fcdbace0e6 --- diff --git a/.travis.yml b/.travis.yml index 622436b..c1fe4c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,8 @@ install: gem 'test-kitchen' gem 'kitchen-docker' 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' - bundle install