Commit 2e2f59a8 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Vagrantfile should use a much newer Ubuntu

parent 49ac4acd
......@@ -32,7 +32,7 @@ sudo apt-get install -y curl git-core zip
SCRIPT
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "chef/ubuntu-10.04"
config.vm.box = "chef/ubuntu-14.04"
config.vm.provision "shell", inline: $script
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment