Skip to content

Commit

Permalink
Freeze inspec version for salt-formulas tests
Browse files Browse the repository at this point in the history
	- 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: I7fd96bd0bc7805e782fbf7c5e3a6b474c8d243c5
  • Loading branch information
Martin819 committed Oct 24, 2018
1 parent 56feb35 commit 67266f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 67266f8

Please sign in to comment.