diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-11-22 18:29:13 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-12-18 21:36:27 +0100 |
commit | 56aa17c5a7c574f5aa360b4840a2ffc08395b8b2 (patch) | |
tree | 95948515abe6f669c5ed61ac4410d251252d63aa /Rakefile | |
parent | e92ab5e72445d3f4048fa610db73b239c7a1ec5e (diff) | |
download | bundler-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-- | Rakefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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" |