Skip to content

Commit

Permalink
[COOK-3667] Fix Travis CI support
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Vargo <[email protected]>
  • Loading branch information
Julian C. Dunn authored and sethvargo committed Sep 25, 2013
1 parent 69b8a71 commit 4bbb4b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: ruby
gemfile:
- test/support/Gemfile
rvm:
- 1.9.3
script: BUNDLE_GEMFILE=test/support/Gemfile bundle exec rake test foodcritic
2 changes: 1 addition & 1 deletion recipes/_node_windows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
notifies :restart, "service[#{service_name}]", :immediately
end

cookbook_file "#{node[:jenkins][:node][:home]}/node_info.groovy" do
cookbook_file "#{node['jenkins']['node']['home']}/node_info.groovy" do
source "node_info.groovy"
end

Expand Down
6 changes: 6 additions & 0 deletions test/support/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "rake"
gem "minitest"
gem "chef", ">= 10.12.0"
gem "foodcritic"

0 comments on commit 4bbb4b6

Please sign in to comment.