From: Martin Polreich Date: Wed, 24 Oct 2018 10:01:56 +0000 (+0200) Subject: Freeze inspec version for salt-formulas tests X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=commitdiff_plain;h=bbbfcb8e2be0791539804186b1a775a6a0279349;hp=f9ede3488d97b79439c0d04a847db14d750b8f6b 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: I83e4b68da3dad8a24bb357c8de65af10ee5cbbae --- diff --git a/.travis.yml b/.travis.yml index 11697ca..a56eed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,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