Update the Vagrantfile to ubuntu 16.10

This is completely untested.
This commit is contained in:
Fredrik Fornwall 2017-01-18 02:51:17 +01:00
parent 4f4b496674
commit b9b9b2067b
1 changed files with 1 additions and 1 deletions

2
scripts/Vagrantfile vendored
View File

@ -3,7 +3,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.box = "ubuntu/yakkety64"
config.vm.provider "virtualbox" do |vb|
# Customize the amount of memory on the VM