aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-11-22 23:18:57 -0800
committerAndre Arko <andre@arko.net>2013-11-22 23:18:57 -0800
commit5043fdf40e45381d324093f77bf77361d56139b9 (patch)
treef48419eb76e4d6e6e1125714d4601e3d282ab47d /Rakefile
parent70af52d75129c89c1bfefc92509781a0435f096b (diff)
downloadbundler-5043fdf40e45381d324093f77bf77361d56139b9.tar.gz
bluebox dns is fixed now
Diffstat (limited to 'Rakefile')
-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