bump vagrant box to trusty32

This commit is contained in:
Todd Treece 2015-05-07 17:24:29 -04:00
parent 6d34168551
commit 0a299cca7b

2
Vagrantfile vendored
View file

@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/precise32"
config.vm.box = "ubuntu/trusty32"
config.vm.provider "virtualbox" do |v|