summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-09-23 12:33:58 -0700
committerAndre Arko <andre@arko.net>2013-09-23 12:33:59 -0700
commit955bcd18192e106283a3bcbc36c32d0037df85de (patch)
tree41f4ac2d961c4db0be343fcb8099b81d92622c40
parent2697b4638d3d85040d2a7d7f9c5af591fa4ae4bf (diff)
downloadbundler-955bcd18192e106283a3bcbc36c32d0037df85de.tar.gz
correct comment explanation
[ci skip]
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3ef2ae5012..e886271172 100644
--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,7 @@ 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")
- # Stop hardcoding the Bluebox Virginia DNS servers
+ # 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