Update to 12.04 in vagrantfile for building

pull/285/head
Mitchell Hashimoto 12 years ago
parent c724f161c5
commit 1b89e08b0d

2
Vagrantfile vendored

@ -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-12.04"
config.vm.provision "shell", inline: $script

Loading…
Cancel
Save