Skip to content

Commit

Permalink
No need for kitchen rake tasks (which are causing travis failures)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlinc committed Jun 2, 2014
1 parent 2b84e3d commit 6d60ffe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Expand Up @@ -40,10 +40,3 @@ task :fool_strainer do
FileUtils.cp_r Dir['worker_host/*'], 'cookbooks'
FileUtils.cp_r Dir['ci_environment/*'], 'cookbooks'
end

begin
require 'kitchen/rake_tasks'
Kitchen::RakeTasks.new
rescue LoadError
puts ">>>>> Kitchen gem not loaded, omitting tasks" unless ENV['CI']
end

0 comments on commit 6d60ffe

Please sign in to comment.