Add puppet-lint and rspec-puppet gem for Travis CI
This commit is contained in:
parent
e7a8c16cdb
commit
fbf13c9711
1 changed files with 2 additions and 0 deletions
2
.gemfile
2
.gemfile
|
@ -2,4 +2,6 @@ source :rubygems
|
|||
|
||||
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
|
||||
gem 'puppet', puppetversion
|
||||
gem 'puppet-lint'
|
||||
gem 'rspec-puppet'
|
||||
gem 'puppetlabs_spec_helper', '>= 0.1.0'
|
||||
|
|
Loading…
Reference in a new issue