aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 218b2256..1c97b863 100644
--- a/Rakefile
+++ b/Rakefile
@@ -43,8 +43,6 @@ namespace :spec do
system("sudo sed -i '/secure_path/d' /etc/sudoers")
# Install groff for the ronn gem
system("sudo apt-get install groff -y")
- # Switch to the Bluebox DNS servers in the Travis data center
- system("printf 'nameserver 199.91.168.70\nnameserver 199.91.168.71\n' | sudo tee /etc/resolv.conf")
# Install the other gem deps, etc.
Rake::Task["spec:deps"].invoke
end