Skip to content

Commit

Permalink
Revert to an older version of kerl
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 20, 2012
1 parent 156f379 commit 783c8dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci_environment/kerl/recipes/default.rb
Expand Up @@ -34,8 +34,11 @@
end

remote_file(node.kerl.path) do
source "https://raw.github.com/spawngrid/kerl/master/kerl"
source "http://files.travis-ci.org/kerl"
mode "0755"

owner node.travis_build_environment.user
group node.travis_build_environment.group
end


Expand Down

0 comments on commit 783c8dc

Please sign in to comment.