8f57c59b67
Adds all of the files required for travis to work.
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
source :rubygems
|
|
|
|
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
|
|
gem 'puppet', puppetversion
|
|
gem 'puppetlabs_spec_helper', '>= 0.1.0'
|