diff --git a/moduleroot/.travis.yml.erb b/moduleroot/.travis.yml.erb index be7248e509216262f2d8582a7b41b3014713774a..32f8e7ccb179bcd8c3bca8754ab410d85f0ada64 100644 --- a/moduleroot/.travis.yml.erb +++ b/moduleroot/.travis.yml.erb @@ -124,7 +124,7 @@ jobs: before_script: - "bundle exec rake 'litmus:provision_list[<%=platform%>]'" <% if @configs['litmus']['install_wget']-%> - - "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --targets='localhost*'" + - "bundle exec bolt command run 'apt-get install wget -y || yum install wget -y' --inventoryfile inventory.yaml --targets='localhost*'" <% end-%> - "bundle exec rake 'litmus:install_agent[<%=puppet_version%>]'" - "bundle exec rake litmus:install_module"