Commit 4738466f authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile] Update the specs repo silently in spec:ci task

parent ed6e3ffc
...@@ -141,7 +141,7 @@ namespace :spec do ...@@ -141,7 +141,7 @@ namespace :spec do
unless Pathname.new(ENV['HOME']+'/.cocoapods/repos/master').exist? unless Pathname.new(ENV['HOME']+'/.cocoapods/repos/master').exist?
sh "./bin/pod setup" sh "./bin/pod setup"
end end
sh "./bin/pod repo update" sh "./bin/pod repo update --silent"
Rake::Task['spec:all'].invoke Rake::Task['spec:all'].invoke
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