Fixes for Travis CI

This commit is contained in:
Stanislav Voroniy
2015-09-11 14:37:33 +02:00
parent 1f7c62f8dc
commit c9613ac670
12 changed files with 33 additions and 47 deletions

View File

@@ -5,6 +5,6 @@ metadata
group :integration do
cookbook 'apt'
cookbook 'yum'
cookbook 'fake', :path => 'test/fixtures/cookbooks/fake'
cookbook 'wrapper', :path => 'test/fixtures/cookbooks/wrapper'
cookbook 'fake', path: 'test/fixtures/cookbooks/fake'
cookbook 'wrapper', path: 'test/fixtures/cookbooks/wrapper'
end