From 56aeffa387879bdef4058946ca7e890990316744 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Sat, 5 Mar 2016 02:07:01 -0500 Subject: [PATCH] Switch to Debian for testing in Vagrant --- test/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",