diff --git a/test/Vagrantfile b/test/Vagrantfile index 37e2da0..6d3feb0 100644 --- a/test/Vagrantfile +++ b/test/Vagrantfile @@ -1,5 +1,5 @@ Vagrant.configure(2) do |config| - config.vm.box = 'ubuntu/trusty64' + config.vm.box = 'debian/jessie64' # sync by copying for isolation config.vm.synced_folder "..", "/dotbot", type: "rsync",