Merge "Fixed k8s, calico dashbord for MCP infra"
diff --git a/.travis.yml b/.travis.yml
index 2a2c40c..fbcc169 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,8 @@
gem 'kitchen-docker'
gem 'kitchen-vagrant'
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