Skip to content

Commit

Permalink
Fix OSX CI environment recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhodne committed Apr 11, 2013
1 parent a3b6362 commit a1bdab5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ci_environment/travis_build_environment/recipes/osx.rb
Expand Up @@ -25,16 +25,23 @@

cookbook_file "/usr/bin/travis-startup-script" do
owner "root"
group "root"
group "wheel"
mode 0755

source "bin/travis-startup-script"
end

cookbook_file "/etc/profile" do
owner "root"
group "root"
group "wheel"
mode 0644

source "etc/profile-osx"
end

directory "/etc.profile.d" do
owner "root"
group "wheel"
mode "0755"
action :create
end

0 comments on commit a1bdab5

Please sign in to comment.