Commit 74a6955d authored by Fabio Pelosin's avatar Fabio Pelosin

[Travis] No need to install Mercurial anymore 2

parent d300e5bc
...@@ -356,10 +356,6 @@ task :bootstrap, :use_bundle_dir? do |t, args| ...@@ -356,10 +356,6 @@ task :bootstrap, :use_bundle_dir? do |t, args|
else else
execute_command "bundle install" execute_command "bundle install"
end end
puts "Installing tools (Homebrew)"
execute_command "brew install appledoc" if `which appledoc`.strip.empty?
execute_command "brew install mercurial" if `which hg`.strip.empty?
end end
#-----------------------------------------------------------------------------# #-----------------------------------------------------------------------------#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment