summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-22 18:29:13 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-18 21:36:27 +0100
commit56aa17c5a7c574f5aa360b4840a2ffc08395b8b2 (patch)
tree95948515abe6f669c5ed61ac4410d251252d63aa /Rakefile
parente92ab5e72445d3f4048fa610db73b239c7a1ec5e (diff)
downloadbundler-56aa17c5a7c574f5aa360b4840a2ffc08395b8b2.tar.gz
Remove unnecessary setup
That version of groff is already installed. As a result, the previous `apt-get update` is not needed either.
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"