Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Travis blues
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Feb 17, 2014
1 parent 9bc39d9 commit 0b320b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gemfile.travis
Expand Up @@ -4,5 +4,5 @@ puppetversion = ENV['PUPPET_VERSION']
gem 'puppet', puppetversion, :require => false
gem 'puppet-lint'
gem 'puppetlabs_spec_helper', '>= 0.1.0'
gem 'rspec-puppet', '0.1.6'
gem 'rspec-puppet'

8 changes: 7 additions & 1 deletion Rakefile
@@ -1,6 +1,12 @@
require 'rubygems'
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet_blacksmith/rake_tasks'
require 'puppet-lint'
PuppetLint.configuration.send("disable_80chars")
PuppetLint.configuration.send('disable_class_parameter_defaults')

# Blacksmith
begin
require 'puppet_blacksmith/rake_tasks'
rescue LoadError
puts "Blacksmith needed only to push to the Forge"
end

0 comments on commit 0b320b8

Please sign in to comment.