summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 4fd9a5179a..8cd6def9f1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -42,10 +42,6 @@ namespace :spec do
system "sudo sed -i 's/1000::/1000:Travis:/g' /etc/passwd"
# Strip secure_path so that RVM paths transmit through sudo -E
system "sudo sed -i '/secure_path/d' /etc/sudoers"
- # Refresh packages index that the ones we need can be installed
- sh "sudo apt-get update"
- # Install groff so ronn can generate man/help pages
- sh "sudo apt-get install groff-base=1.22.3-10 -y"
# Install graphviz so that the viz specs can run
sh "sudo apt-get install graphviz -y"