X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=.travis.yml;h=624423fbcefca09daeed502a30a8dfa839994d36;hp=a56eed91d9f636e43b927d8f7cca3be499d3a938;hb=331f19f9bb7f47120ba45cd4f8dd61738a7b08dd;hpb=bbbfcb8e2be0791539804186b1a775a6a0279349 diff --git a/.travis.yml b/.travis.yml index a56eed9..624423f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,15 +6,9 @@ install: - pip install PyYAML - pip install virtualenv - | - test -e Gemfile || cat < Gemfile - source 'https://rubygems.org' - gem 'rake' - gem 'test-kitchen' - gem 'kitchen-docker' - gem 'kitchen-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' + if [ ! -e Gemfile ]; then + curl -s -o ./Gemfile 'https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas/salt-formulas-scripts.git;a=blob_plain;f=Gemfile;hb=refs/heads/master' + fi - bundle install env: