diff options
| author | Andre Arko <andre@arko.net> | 2013-09-23 12:33:58 -0700 |
|---|---|---|
| committer | Andre Arko <andre@arko.net> | 2013-09-23 12:33:59 -0700 |
| commit | 955bcd18192e106283a3bcbc36c32d0037df85de (patch) | |
| tree | 41f4ac2d961c4db0be343fcb8099b81d92622c40 /Rakefile | |
| parent | 2697b4638d3d85040d2a7d7f9c5af591fa4ae4bf (diff) | |
| download | bundler-955bcd18192e106283a3bcbc36c32d0037df85de.tar.gz | |
correct comment explanation
[ci skip]
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
