Sfoglia il codice sorgente

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: Ie64afebcb5ecbef41d04782d348704a96ea787a9
pull/78/head
Martin Polreich 6 anni fa
parent
commit
b92dc0afcc
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml Vedi 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, '<3.0.0'
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…
Annulla
Salva